aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
AgeCommit message (Expand)Author
2013-10-12Use sable writer for *.sable output file.John MacFarlane
2013-09-19Handle Boolean values in `--metadata`.John MacFarlane
2013-09-17More informative error when a filter is not found in path.John MacFarlane
2013-09-17Allow `--metadata` to be repeated for the same key to form a list.John MacFarlane
2013-09-14More robust check for '-F pandoc-filters', allowing pathnames.John MacFarlane
2013-09-10`--bibliography` again implies `-F pandoc-citeproc`.John MacFarlane
2013-09-08`--bibliography` no longer implies `-F pandoc-citeproc`.John MacFarlane
2013-09-01Changed --metadata to return Boolean True if no value.John MacFarlane
2013-09-01Change for latest pandoc-citeproc.John MacFarlane
2013-09-01Restore --bibliography, --csl, --citation-abbreviations.John MacFarlane
2013-09-01Added `--metadata/-M` option.John MacFarlane
2013-08-25Added `-F` as shortcut for `--filter`.John MacFarlane
2013-08-24Removed dependency on citeproc-hs.John MacFarlane
2013-08-24Improved error reporting on filters.John MacFarlane
2013-08-14Print stderr output of filters to stderr.John MacFarlane
2013-08-13Added module for writing python scripts, with several examples.John MacFarlane
2013-08-13Removed `--print-sample-lua-writer`, added `--print-default-data-file`.John MacFarlane
2013-08-11Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane
2013-08-08Pass writename as argument to filters.John MacFarlane
2013-08-08Revert "Revert "Added `--filter` option.""John MacFarlane
2013-07-23Revert "Added `--filter` option."John MacFarlane
2013-07-23Added `--filter` option.John MacFarlane
2013-07-20PDF generation improvements.John MacFarlane
2013-07-03`--toc-level` no longer implies `--toc`.John MacFarlane
2013-04-26pandoc `--help` now says something about pdf output.John MacFarlane
2013-04-14Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.John MacFarlane
2013-04-08Have `--help` print in and out formats in alphabetical order.John MacFarlane
2013-03-23Reveal.js improvements.John MacFarlane
2013-03-21Added basic support for reveal.js.Jamie F. Olson
2013-03-19Added Text.Pandoc.Writers.OPML.John MacFarlane
2013-03-19Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane
2013-03-16Fixed numbering mismatch between TOC and sections in HTML.John MacFarlane
2013-03-05Hide Text.Pandoc.Highlighting.John MacFarlane
2013-02-23`--number-from` -> `--number-offset`John MacFarlane
2013-02-22`--number-from` implies `--number-sections`.John MacFarlane
2013-02-21Added `--number-from` option and `writerNumberFrom`.John MacFarlane
2013-02-07Changes to --version.John MacFarlane
2013-02-07Changes to --version.John MacFarlane
2013-02-05Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane
2013-01-19Updated copyright dates.John MacFarlane
2013-01-18RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane
2013-01-15Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane
2013-01-11pandoc.hs: Fix writerSourceDirectory when a URL is provided.John MacFarlane
2013-01-10Options: Added phpMarkdownExtraExtensions.John MacFarlane
2013-01-05Changed --toc-level to --toc-depth.John MacFarlane
2013-01-05Changed `--epub-toc-level` to `--toc-level`.John MacFarlane
2013-01-04Renamed local variable for consistency (EPUB->Epub).John MacFarlane
2013-01-04Renamed writerEPUBMetadata -> writerEpubMetadata.John MacFarlane
2013-01-04Added `--epub-chapter-level` and `--epub-toc-level` options.John MacFarlane
2013-01-03Changed type of 'readers' in Text.Pandoc, so all readers are in IO.John MacFarlane