summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
Commit message (Expand)AuthorAge
* 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
* Added beamer+lhs as output format.John MacFarlane2012-03-09
* Print texmath version in --version output.John MacFarlane2012-02-11
* Re-added the --ascii option.John MacFarlane2012-02-05
* Text.Pandoc.XML: Export fromEntities.John MacFarlane2012-02-05
* pandoc: Treat html5+lhs as an html format.John MacFarlane2012-02-05
* Complete rewrite of LaTeX reader.John MacFarlane2012-02-04
* Change copyright date.John MacFarlane2012-01-31
* Added `--epub-embed-font` option.John MacFarlane2012-01-30
* Made `beamer` an output format, removed `pdf` as output format.John MacFarlane2012-01-28
* Added --atx-headers option.John MacFarlane2012-01-26
* Reorganized --help output to match order of options in man page.John MacFarlane2012-01-25