summaryrefslogtreecommitdiff
path: root/pandoc.hs
Commit message (Expand)AuthorAge
* Added --extract-media option.John MacFarlane2014-07-30
* Make toplevel pandoc bin make use of mediabag.Jesse Rosenthal2014-07-30
* Txt2Tags Reader: Added recognition of macrosMatthew Pickering2014-07-27
* Txt2Tags Reader: Integrated into pandocMatthew Pickering2014-07-27
* Merge branch 'master' of git://github.com/jgm/pandoc into dokuwikiClare Macrae2014-07-01
|\
| * Filters: respect shebang if filter is executable.John MacFarlane2014-06-30
* | Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae2014-06-29
|\|
| * Fixed `--filter` so it doesn't search PATH for a filter with a path.John MacFarlane2014-06-27
| * Add track changes option to command line.Jesse Rosenthal2014-06-25
| * Fixed compiler warnings.John MacFarlane2014-06-21
| * Filters: don't print misleading error message.John MacFarlane2014-06-20
| * Integrated the docx reader into the main pandoc program.mpickering2014-06-16
| * Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
| * Allow html4 as synonym of html as reader.John MacFarlane2014-04-27
| * Fix #1267.John MacFarlane2014-04-27
| * A bit of refactoring that shouldn't change any semantics.John MacFarlane2014-04-27
| * Give more useful error message if '-t pdf' is specified.John MacFarlane2014-04-05
| * Make it possible to run filters that aren't executable.John MacFarlane2014-04-05
| * PDF: Changes to error reporting, to handle non-UTF8 error output.John MacFarlane2014-03-19
| * Add a simple Emacs Org-mode readerAlbert Krewinkel2014-03-04
| * Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane2014-02-25
| * 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