summaryrefslogtreecommitdiff
path: root/pandoc.hs
Commit message (Expand)AuthorAge
* Fixed numbering mismatch between TOC and sections in HTML.John MacFarlane2013-03-16
* Hide Text.Pandoc.Highlighting.John MacFarlane2013-03-05
* `--number-from` -> `--number-offset`John MacFarlane2013-02-23
* `--number-from` implies `--number-sections`.John MacFarlane2013-02-22
* Added `--number-from` option and `writerNumberFrom`.John MacFarlane2013-02-21
* Changes to --version.John MacFarlane2013-02-07
* Changes to --version.John MacFarlane2013-02-07
* Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane2013-02-05
* Updated copyright dates.John MacFarlane2013-01-19
* RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane2013-01-18
* Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane2013-01-15
* pandoc.hs: Fix writerSourceDirectory when a URL is provided.John MacFarlane2013-01-11
* Options: Added phpMarkdownExtraExtensions.John MacFarlane2013-01-10
* Changed --toc-level to --toc-depth.John MacFarlane2013-01-05
* Changed `--epub-toc-level` to `--toc-level`.John MacFarlane2013-01-05
* Renamed local variable for consistency (EPUB->Epub).John MacFarlane2013-01-04
* Renamed writerEPUBMetadata -> writerEpubMetadata.John MacFarlane2013-01-04
* Added `--epub-chapter-level` and `--epub-toc-level` options.John MacFarlane2013-01-04
* Changed type of 'readers' in Text.Pandoc, so all readers are in IO.John MacFarlane2013-01-03
* Fixed paths for LaTeXMathML and MathMLinHTML scripts.John MacFarlane2013-01-03
* Data files changes.John MacFarlane2012-12-29
* Cabal file changes.John MacFarlane2012-12-29