aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
AgeCommit message (Expand)Author
2016-03-22Fixed copyright dates.John MacFarlane
2016-03-21Fix stdin handling for file-scopeJesse Rosenthal
2016-03-15pandoc.hs: Also use filescope for json files.Jesse Rosenthal
2016-03-15Introduce file-scope parsing (parse-before-combine)Jesse Rosenthal
2016-01-19Add TEI Writer.csforste
2016-01-06Improved default template lookup for custom lua scripts.John MacFarlane
2016-01-06Revert "Make file globbing work on windows."John MacFarlane
2016-01-06Make file globbing work on windows.John MacFarlane
2015-12-21Added preliminary support for PDF creation via wkhtmltopdf.John MacFarlane
2015-12-14Factored out convertWithOptsJohn MacFarlane
2015-12-14Removed "compatibility mode" when called as hsmarkdown.John MacFarlane
2015-12-14Removed deprecated --strict option entirely.John MacFarlane
2015-12-11Removed deprecated options `--offline` and `--html5`.John MacFarlane
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane
2015-11-22hlint refactorings.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-19Rationalized behavior of --no-tex-ligatures and --smart.John MacFarlane
2015-11-16Allow .adoc file extension for AsciiDoc.Andrew Dunning
2015-11-16Improved implicit pandoc-citeproc inclusion.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-20Allow use of ConTeXt to generate PDFs.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-10-10Removed unneeded import.John MacFarlane
2015-10-01Move the variable pandocVersion from `src/Text/Pandoc.hs` toAlex Vong
2015-09-26Update KaTeX JS and CSS versions.Emily Eisenberg
2015-08-13Added `--bash-completion` option.John MacFarlane
2015-07-27Text.Pandoc.Options: modifications for image attributes.John MacFarlane
2015-07-23Added odt readerMarLinn
2015-07-02Better error messages for filters:John MacFarlane
2015-07-01New method for building man pages.John MacFarlane
2015-06-28New method for producing man pages.John MacFarlane
2015-06-09replace old url with pandoc.orgPablo Rodríguez
2015-06-09Amends last commit: don't use https for google charts.John MacFarlane
2015-06-09Use https: for mathjax/katex/google-charts CDNs.John MacFarlane
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