aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
AgeCommit message (Expand)Author
2015-05-11Only make implicit `-F pandoc-citeproc` when `--bibliography` option used.John MacFarlane
2015-05-11Removed references to `biblio-files` in pandoc.hs and README.John MacFarlane
2015-05-09Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane
2015-05-08EPUB writer: stylesheet changes. Closes #2040.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane
2015-03-07Merge pull request #1976 from wcaleb/json-help-messageJohn MacFarlane
2015-03-04Fix issue #969, #1779 by providing --latex-engine-optSumit Sahrawat
2015-02-27Clarify JSON input and output in usage messageCaleb McDaniel
2015-02-18Update executable fileMatthew Pickering
2015-01-19Better warning when trying to read multiple binary filesMatthew Pickering
2014-12-26Added `--verbose` flag for debugging output in PDF production.John MacFarlane
2014-10-20Recognize .icml extension and use icml writer. See #1707.John MacFarlane
2014-10-19Give better error messages when someone tries to convert pdf, doc, odt.John MacFarlane
2014-09-25Add support for KaTeX HTML mathmpickering
2014-08-31Use protocol-relative URL for mathjax.John MacFarlane
2014-08-30Removed extra blank line after version.John MacFarlane
2014-08-17Removed check for PATH variable in running filters.John MacFarlane
2014-08-06pandoc: Don't strip path off of sourceURL.John MacFarlane
2014-08-04Merge pull request #1486 from Aelve/minorJohn MacFarlane
2014-08-04Slightly fix readability of main program file.Artyom Kazak
2014-08-04Merge branch 'epubend' of https://github.com/mpickering/pandoc into mpickerin...John MacFarlane
2014-08-02Text.Pandoc.SelfContained changes.John MacFarlane
2014-07-31pandoc.hs: More code reorganization.John MacFarlane
2014-07-31EPUB Reader: Integrated into programMatthew Pickering
2014-07-31pandoc.hs: Rewrote some of the logic for clarity.John MacFarlane
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane
2014-07-31Made MediaBag a newtype, and added mime type information to media.John MacFarlane
2014-07-30getT2TMeta: Take list of source files instead of single.John MacFarlane
2014-07-30Allow --self-contained to get content from MediaBag.John MacFarlane
2014-07-30PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane
2014-07-30pandoc: Thread media bag into WriterOptions.John MacFarlane
2014-07-30Added --extract-media option.John MacFarlane
2014-07-30Make toplevel pandoc bin make use of mediabag.Jesse Rosenthal
2014-07-27Txt2Tags Reader: Added recognition of macrosMatthew Pickering
2014-07-27Txt2Tags Reader: Integrated into pandocMatthew Pickering
2014-07-01Merge branch 'master' of git://github.com/jgm/pandoc into dokuwikiClare Macrae
2014-06-30Filters: respect shebang if filter is executable.John MacFarlane
2014-06-29Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae
2014-06-27Fixed `--filter` so it doesn't search PATH for a filter with a path.John MacFarlane
2014-06-25Add track changes option to command line.Jesse Rosenthal
2014-06-21Fixed compiler warnings.John MacFarlane
2014-06-20Filters: don't print misleading error message.John MacFarlane
2014-06-16Integrated the docx reader into the main pandoc program.mpickering
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-04-27Allow html4 as synonym of html as reader.John MacFarlane
2014-04-27Fix #1267.John MacFarlane
2014-04-27A bit of refactoring that shouldn't change any semantics.John MacFarlane
2014-04-05Give more useful error message if '-t pdf' is specified.John MacFarlane
2014-04-05Make it possible to run filters that aren't executable.John MacFarlane