aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Give more useful error message if '-t pdf' is specified.John MacFarlane1-16/+24
2014-04-05Make it possible to run filters that aren't executable.John MacFarlane1-2/+18
2014-03-19PDF: Changes to error reporting, to handle non-UTF8 error output.John MacFarlane1-1/+4
2014-03-04Add a simple Emacs Org-mode readerAlbert Krewinkel1-0/+1
2014-02-25Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane1-0/+9
2014-01-03The `--bibliography` option now sets the `biblio-files` variable.John MacFarlane1-0/+3
2014-01-02Merge pull request #1005 from nougad/consistent_bibliographyJohn MacFarlane1-1/+3
2013-12-19HLint: redundant parensHenry de Valence1-4/+2
2013-12-19HLint: use `elem` and `notElem`Henry de Valence1-1/+1
2013-12-05Allow https: to work in pandoc command line arguments.John MacFarlane1-5/+8
2013-11-30Allow "epub2" as synonym for "epub", "html4" for "html".John MacFarlane1-1/+4
2013-10-21Don't look for slidy files in data files w/ --self-contained.John MacFarlane1-2/+0
2013-09-30Fixed stupid copy&paste errorFlorian Eitel1-1/+0
2013-09-30Don't add pandoc-citeproc filter if natbib or biblatex is usedFlorian Eitel1-1/+4
2013-09-19Handle Boolean values in `--metadata`.John MacFarlane1-4/+13
2013-09-17More informative error when a filter is not found in path.John MacFarlane1-2/+7
2013-09-17Allow `--metadata` to be repeated for the same key to form a list.John MacFarlane1-14/+26
2013-09-14More robust check for '-F pandoc-filters', allowing pathnames.John MacFarlane1-3/+3
2013-09-10`--bibliography` again implies `-F pandoc-citeproc`.John MacFarlane1-5/+11
2013-09-08`--bibliography` no longer implies `-F pandoc-citeproc`.John MacFarlane1-2/+0
2013-09-01Changed --metadata to return Boolean True if no value.John MacFarlane1-7/+8
2013-09-01Change for latest pandoc-citeproc.John MacFarlane1-1/+1
2013-09-01Restore --bibliography, --csl, --citation-abbreviations.John MacFarlane1-0/+27
2013-09-01Added `--metadata/-M` option.John MacFarlane1-7/+23
2013-08-25Added `-F` as shortcut for `--filter`.John MacFarlane1-1/+1
2013-08-24Removed dependency on citeproc-hs.John MacFarlane1-65/+3
2013-08-24Improved error reporting on filters.John MacFarlane1-5/+5
2013-08-14Print stderr output of filters to stderr.John MacFarlane1-3/+3
2013-08-13Added module for writing python scripts, with several examples.John MacFarlane1-6/+8
2013-08-13Removed `--print-sample-lua-writer`, added `--print-default-data-file`.John MacFarlane1-9/+10
2013-08-11Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane1-5/+7
2013-08-08Pass writename as argument to filters.John MacFarlane1-6/+11
2013-08-08Revert "Revert "Added `--filter` option.""John MacFarlane1-4/+21
2013-07-23Revert "Added `--filter` option."John MacFarlane1-21/+4
2013-07-23Added `--filter` option.John MacFarlane1-4/+21
2013-07-20PDF generation improvements.John MacFarlane1-2/+2
2013-07-03`--toc-level` no longer implies `--toc`.John MacFarlane1-2/+1
2013-04-26pandoc `--help` now says something about pdf output.John MacFarlane1-2/+4
2013-04-14Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.John MacFarlane1-0/+8
2013-04-08Have `--help` print in and out formats in alphabetical order.John MacFarlane1-3/+3
2013-03-23Reveal.js improvements.John MacFarlane1-1/+1
2013-03-21Added basic support for reveal.js.Jamie F. Olson1-1/+1
2013-03-19Added Text.Pandoc.Writers.OPML.John MacFarlane1-0/+1
2013-03-19Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane1-0/+1
2013-03-16Fixed numbering mismatch between TOC and sections in HTML.John MacFarlane1-3/+3
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