Age | Commit message (Expand) | Author | Files | Lines |
2012-09-25 | Removed need for utf8-string package. | John MacFarlane | 1 | -3/+2 |
2012-09-23 | Revert "More intelligent handling of text encodings." | John MacFarlane | 1 | -8/+8 |
2012-09-23 | More intelligent handling of text encodings. | John MacFarlane | 1 | -8/+8 |
2012-09-23 | Added 'UTF8.' to decodeArg. | John MacFarlane | 1 | -1/+1 |
2012-09-23 | Revert "Use local encoding for input/output rather than forcing UTF8." | John MacFarlane | 1 | -11/+11 |
2012-09-23 | Use local encoding for input/output rather than forcing UTF8. | John MacFarlane | 1 | -11/+11 |
2012-09-23 | Export encodePath/decodePath from UTF8. | John MacFarlane | 1 | -15/+1 |
2012-09-12 | Added basic mediawiki reader. | John MacFarlane | 1 | -0/+1 |
2012-09-12 | Changed mathjax cdn url so it doesn't use https. | John MacFarlane | 1 | -1/+1 |
2012-08-09 | Changed strict to markdown_strict. | John MacFarlane | 1 | -2/+2 |
2012-08-09 | Removed `--strict`, added extensions to writer/reader names. | John MacFarlane | 1 | -41/+32 |
2012-08-09 | Removed --enable, --disable options. | John MacFarlane | 1 | -28/+2 |
2012-08-09 | Use safeRead instead of using reads directly (various modules). | John MacFarlane | 1 | -16/+16 |
2012-08-08 | Changes to literate haskell options. | John MacFarlane | 1 | -4/+0 |
2012-08-06 | Support hard_line_breaks markdown extension. | John MacFarlane | 1 | -2/+2 |
2012-07-27 | Added --disable and --enable options for markdown extensions. | John MacFarlane | 1 | -8/+37 |
2012-07-27 | Replaced writerStrict with writerExtensions in WriterOptions. | John MacFarlane | 1 | -1/+4 |
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -1/+1 |
2012-07-26 | pandoc: Set readerExtensions instead of readerStrict. | John MacFarlane | 1 | -1/+5 |
2012-07-25 | Changed reader parameters from ParserState to ReaderOptions. | John MacFarlane | 1 | -18/+16 |
2012-07-25 | Restored stateStandalone as readerStandalone. | John MacFarlane | 1 | -0/+1 |
2012-07-25 | Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions. | John MacFarlane | 1 | -3/+3 |
2012-07-25 | stateCitations -> readerCitations. | John MacFarlane | 1 | -2/+2 |
2012-07-25 | Moved stateLiterateHaskell to readerLiterateHaskell in Options. | John MacFarlane | 1 | -3/+4 |
2012-07-25 | Got rid of stateStandalone, which was hardly used anyway. | John MacFarlane | 1 | -1/+0 |
2012-07-25 | Moved stateOldDashes to readerOldDashes in ReaderOptions. | John MacFarlane | 1 | -1/+1 |
2012-07-25 | Moved stateTabStop to readerTabStop in ReaderOptions. | John MacFarlane | 1 | -2/+2 |
2012-07-25 | Moved stateColumns to readerColumns in ReaderOptions. | John MacFarlane | 1 | -1/+1 |
2012-07-25 | Moved ParseRaw from ParserState to ReaderOptions. | John MacFarlane | 1 | -6/+7 |
2012-07-25 | Options -> ReaderOptions. | John MacFarlane | 1 | -2/+2 |
2012-07-25 | Put smart, strict in separate options field in state. | John MacFarlane | 1 | -3/+4 |
2012-07-24 | Use catch from Control.Exception to avoid warnings. | John MacFarlane | 1 | -7/+12 |
2012-07-24 | Text.Pandoc: writers now an assoc list of String, Writer. | John MacFarlane | 1 | -26/+16 |
2012-07-24 | Removed unneeded import. | John MacFarlane | 1 | -1/+0 |
2012-07-24 | Changed signatures of writeODT, writeDocx, writeEPUB. | John MacFarlane | 1 | -4/+8 |
2012-07-23 | Set writerTableOfContents for s5 in Text.Pandoc, not pandoc.hs. | John MacFarlane | 1 | -2/+1 |
2012-07-23 | Set writerSlideVariant in Text.Pandoc rather than pandoc.hs. | John MacFarlane | 1 | -49/+38 |
2012-07-22 | Added a new FictionBook2 (FB2) writer. | Sergey Astanin | 1 | -7/+17 |
2012-07-19 | Make `--ascii` work properly with `--self-contained`. | John MacFarlane | 1 | -1/+1 |
2012-07-03 | `-V` option: Add variables to beginning of list, not end. | John MacFarlane | 1 | -2/+1 |
2012-06-25 | Test for base 4.4.0 instead of 4.5.0 for argument/filename encoding. | John MacFarlane | 1 | -2/+2 |
2012-06-24 | Don't encode/decode file paths if base >= 4.5. | John MacFarlane | 1 | -3/+17 |
2012-05-24 | Add support for Slideous output. | Jonas Smedegaard | 1 | -3/+4 |
2012-05-17 | Added 'zenburn' highlight style from highlighting-kate. | John MacFarlane | 1 | -1/+2 |
2012-05-11 | Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option. | John MacFarlane | 1 | -2/+12 |
2012-04-14 | Input files with .db extension treated as docbook by default. | John MacFarlane | 1 | -0/+1 |
2012-03-09 | Changed -V so that you can specify a key without a value. | John MacFarlane | 1 | -8/+7 |
2012-03-09 | Added beamer+lhs as output format. | John MacFarlane | 1 | -16/+14 |
2012-02-11 | Print texmath version in --version output. | John MacFarlane | 1 | -2/+2 |
2012-02-05 | Re-added the --ascii option. | John MacFarlane | 1 | -5/+18 |