summaryrefslogtreecommitdiff
path: root/pandoc.hs
Commit message (Expand)AuthorAge
* The `--bibliography` option now sets the `biblio-files` variable.John MacFarlane2014-01-03
* Merge pull request #1005 from nougad/consistent_bibliographyJohn MacFarlane2014-01-02
|\
| * Fixed stupid copy&paste errorFlorian Eitel2013-09-30
| * Don't add pandoc-citeproc filter if natbib or biblatex is usedFlorian Eitel2013-09-30
* | HLint: redundant parensHenry de Valence2013-12-19
* | HLint: use `elem` and `notElem`Henry de Valence2013-12-19
* | Allow https: to work in pandoc command line arguments.John MacFarlane2013-12-05
* | Allow "epub2" as synonym for "epub", "html4" for "html".John MacFarlane2013-11-30
* | Don't look for slidy files in data files w/ --self-contained.John MacFarlane2013-10-21
|/
* Handle Boolean values in `--metadata`.John MacFarlane2013-09-19
* More informative error when a filter is not found in path.John MacFarlane2013-09-17
* Allow `--metadata` to be repeated for the same key to form a list.John MacFarlane2013-09-17
* More robust check for '-F pandoc-filters', allowing pathnames.John MacFarlane2013-09-14
* `--bibliography` again implies `-F pandoc-citeproc`.John MacFarlane2013-09-10
* `--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