summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
Commit message (Expand)AuthorAge
* Moved bibliography processing into readers.John MacFarlane2012-10-13
* Biblio: Changed type of processBiblio.John MacFarlane2012-10-06
* Adjusted pandoc.hs for changes in Biblio module.John MacFarlane2012-09-29
* Removed need for utf8-string package.John MacFarlane2012-09-25
* Revert "More intelligent handling of text encodings."John MacFarlane2012-09-23
* More intelligent handling of text encodings.John MacFarlane2012-09-23
* Added 'UTF8.' to decodeArg.John MacFarlane2012-09-23
* Revert "Use local encoding for input/output rather than forcing UTF8."John MacFarlane2012-09-23
* Use local encoding for input/output rather than forcing UTF8.John MacFarlane2012-09-23
* Export encodePath/decodePath from UTF8.John MacFarlane2012-09-23
* Added basic mediawiki reader.John MacFarlane2012-09-12
* Changed mathjax cdn url so it doesn't use https.John MacFarlane2012-09-12
* Changed strict to markdown_strict.John MacFarlane2012-08-09
* Removed `--strict`, added extensions to writer/reader names.John MacFarlane2012-08-09
* Removed --enable, --disable options.John MacFarlane2012-08-09
* Use safeRead instead of using reads directly (various modules).John MacFarlane2012-08-09
* Changes to literate haskell options.John MacFarlane2012-08-08
* Support hard_line_breaks markdown extension.John MacFarlane2012-08-06
* Added --disable and --enable options for markdown extensions.John MacFarlane2012-07-27
* Replaced writerStrict with writerExtensions in WriterOptions.John MacFarlane2012-07-27
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* pandoc: Set readerExtensions instead of readerStrict.John MacFarlane2012-07-26
* Changed reader parameters from ParserState to ReaderOptions.John MacFarlane2012-07-25
* Restored stateStandalone as readerStandalone.John MacFarlane2012-07-25
* Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions.John MacFarlane2012-07-25
* stateCitations -> readerCitations.John MacFarlane2012-07-25
* Moved stateLiterateHaskell to readerLiterateHaskell in Options.John MacFarlane2012-07-25
* Got rid of stateStandalone, which was hardly used anyway.John MacFarlane2012-07-25
* Moved stateOldDashes to readerOldDashes in ReaderOptions.John MacFarlane2012-07-25
* Moved stateTabStop to readerTabStop in ReaderOptions.John MacFarlane2012-07-25
* Moved stateColumns to readerColumns in ReaderOptions.John MacFarlane2012-07-25
* Moved ParseRaw from ParserState to ReaderOptions.John MacFarlane2012-07-25
* Options -> ReaderOptions.John MacFarlane2012-07-25
* Put smart, strict in separate options field in state.John MacFarlane2012-07-25
* Use catch from Control.Exception to avoid warnings.John MacFarlane2012-07-24
* Text.Pandoc: writers now an assoc list of String, Writer.John MacFarlane2012-07-24
* Removed unneeded import.John MacFarlane2012-07-24
* Changed signatures of writeODT, writeDocx, writeEPUB.John MacFarlane2012-07-24
* Set writerTableOfContents for s5 in Text.Pandoc, not pandoc.hs.John MacFarlane2012-07-23
* Set writerSlideVariant in Text.Pandoc rather than pandoc.hs.John MacFarlane2012-07-23
* Added a new FictionBook2 (FB2) writer.Sergey Astanin2012-07-22
* Make `--ascii` work properly with `--self-contained`.John MacFarlane2012-07-19
* `-V` option: Add variables to beginning of list, not end.John MacFarlane2012-07-03
* Test for base 4.4.0 instead of 4.5.0 for argument/filename encoding.John MacFarlane2012-06-25
* Don't encode/decode file paths if base >= 4.5.John MacFarlane2012-06-24
* Add support for Slideous output.Jonas Smedegaard2012-05-24
* Added 'zenburn' highlight style from highlighting-kate.John MacFarlane2012-05-17
* Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.John MacFarlane2012-05-11
* Input files with .db extension treated as docbook by default.John MacFarlane2012-04-14
* Changed -V so that you can specify a key without a value.John MacFarlane2012-03-09