summaryrefslogtreecommitdiff
path: root/pandoc.hs
Commit message (Expand)AuthorAge
* `--bibliography` no longer implies `-F pandoc-citeproc`.John MacFarlane2013-09-08
* Changed --metadata to return Boolean True if no value.John MacFarlane2013-09-01
* Change for latest pandoc-citeproc.John MacFarlane2013-09-01
* Restore --bibliography, --csl, --citation-abbreviations.John MacFarlane2013-09-01
* Added `--metadata/-M` option.John MacFarlane2013-09-01
* Added `-F` as shortcut for `--filter`.John MacFarlane2013-08-25
* Removed dependency on citeproc-hs.John MacFarlane2013-08-24
* Improved error reporting on filters.John MacFarlane2013-08-24
* Print stderr output of filters to stderr.John MacFarlane2013-08-14
* Added module for writing python scripts, with several examples.John MacFarlane2013-08-13
* Removed `--print-sample-lua-writer`, added `--print-default-data-file`.John MacFarlane2013-08-13
* Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane2013-08-11
* Pass writename as argument to filters.John MacFarlane2013-08-08
* Revert "Revert "Added `--filter` option.""John MacFarlane2013-08-08
* Revert "Added `--filter` option."John MacFarlane2013-07-23
* Added `--filter` option.John MacFarlane2013-07-23
* PDF generation improvements.John MacFarlane2013-07-20
* `--toc-level` no longer implies `--toc`.John MacFarlane2013-07-03
* pandoc `--help` now says something about pdf output.John MacFarlane2013-04-26
* Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.John MacFarlane2013-04-14
* Have `--help` print in and out formats in alphabetical order.John MacFarlane2013-04-08
* Reveal.js improvements.John MacFarlane2013-03-23
* Added basic support for reveal.js.Jamie F. Olson2013-03-21
* Added Text.Pandoc.Writers.OPML.John MacFarlane2013-03-19
* Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane2013-03-19
* 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