aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2013-03-05Hide Text.Pandoc.Highlighting.John MacFarlane1-1/+1
2013-02-23`--number-from` -> `--number-offset`John MacFarlane1-11/+11
2013-02-22`--number-from` implies `--number-sections`.John MacFarlane1-1/+2
2013-02-21Added `--number-from` option and `writerNumberFrom`.John MacFarlane1-0/+13
2013-02-07Changes to --version.John MacFarlane1-1/+1
2013-02-07Changes to --version.John MacFarlane1-3/+6
2013-02-05Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane1-99/+109
2013-01-19Updated copyright dates.John MacFarlane1-3/+3
2013-01-18RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane1-8/+4
2013-01-15Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane1-0/+10
2013-01-11pandoc.hs: Fix writerSourceDirectory when a URL is provided.John MacFarlane1-3/+7
2013-01-10Options: Added phpMarkdownExtraExtensions.John MacFarlane1-5/+0
2013-01-05Changed --toc-level to --toc-depth.John MacFarlane1-6/+6
2013-01-05Changed `--epub-toc-level` to `--toc-level`.John MacFarlane1-15/+16
2013-01-04Renamed local variable for consistency (EPUB->Epub).John MacFarlane1-20/+20
2013-01-04Renamed writerEPUBMetadata -> writerEpubMetadata.John MacFarlane1-1/+1
2013-01-04Added `--epub-chapter-level` and `--epub-toc-level` options.John MacFarlane1-0/+30
2013-01-03Changed type of 'readers' in Text.Pandoc, so all readers are in IO.John MacFarlane1-2/+3
2013-01-03Fixed paths for LaTeXMathML and MathMLinHTML scripts.John MacFarlane1-2/+2
2012-12-29Data files changes.John MacFarlane1-9/+13
2012-12-29Cabal file changes.John MacFarlane1-0/+1052