summaryrefslogtreecommitdiff
path: root/pandoc.hs
AgeCommit message (Expand)Author
2017-01-25Slight code rearrangement in preparation for...John MacFarlane
2017-01-25Removed deprecated `--no-wrap` option.John MacFarlane
2017-01-25Removed deprecated `--chapters` option.John MacFarlane
2017-01-25Simplified reference-docx/reference-odt to reference-doc.John MacFarlane
2017-01-25Process.pipeProcess: stream stderr rather than capturing.John MacFarlane
2017-01-25Added `--fail-if-warnings` option.John MacFarlane
2017-01-25LaTeX reader: Proper include file processing.John MacFarlane
2017-01-25Added a `--quiet` option to suppress warnings.John MacFarlane
2017-01-25New withWarningsToStderr exported from Text.Pandoc.Class.John MacFarlane
2017-01-25Remove redundant import.Jesse Rosenthal
2017-01-25Finish converting readers over.Jesse Rosenthal
2017-01-25Have to do some work to get the mediabag out.Jesse Rosenthal
2017-01-25Deleted whitespace at end of source lines.John MacFarlane
2017-01-25Clean up Text.PandocJesse Rosenthal
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal
2017-01-19Some fixes to permit breezeDark style.John MacFarlane
2017-01-19Add breezeDark to the list of highlighting styles.John MacFarlane
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane
2016-12-09We no longer need the MathMLInHTML.js shim from 2004!John MacFarlane
2016-12-08Set PANDOC_VERSION environment variable for filters.John MacFarlane
2016-12-07Fixed bash completion for filenames with spaces.John MacFarlane
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel
2016-11-21Cleaned up filter-finding.John MacFarlane
2016-11-21Changed resolution of filter paths.John MacFarlane
2016-11-18In --version, trap error in getAppUserDataDirectory.John MacFarlane
2016-11-05Allow `file://` URIs as arguments.John MacFarlane
2016-11-03Improved error if they give wrong arg to --top-level-division.John MacFarlane
2016-10-26Print highlighting-kate version in --version.John MacFarlane
2016-10-24Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane
2016-10-24Fixed typo in deprecation warning.John MacFarlane
2016-10-23Allow binary formats to be written to stdout unless tty output.John MacFarlane
2016-10-23Added --list-* options.John MacFarlane
2016-10-19Add option for top-level division typeAlbert Krewinkel
2016-09-06Add --parts command line option to LaTeX writer.Oliver Matthews
2016-10-11Add reference-location options to executable.Jesse Rosenthal
2016-10-06Replace Google Chart API by CodeCogsKolenCheung
2016-10-03Update KaTeX to v0.6.0KolenCheung
2016-09-30Execute .js filters with nodeJakob Voß
2016-09-27Check `$DATADIR/filters` for filtersJesse Rosenthal
2016-08-16synchronize spacing of footnotes in help outputWaldir Pimenta
2016-06-20Changed email-obfuscation default to no obfuscation.John MacFarlane
2016-05-12Revert "New method for checking for presence of tex program."John MacFarlane
2016-05-12Revert "Use shell instead of proc to check for latex program."John MacFarlane
2016-05-12Revert "Require process >= 1.2.1."John MacFarlane
2016-05-12Require process >= 1.2.1.John MacFarlane
2016-05-11Added some CSS to handle older versions of process.John MacFarlane
2016-05-11Use shell instead of proc to check for latex program.John MacFarlane
2016-05-10Made detection of latex program more robust.John MacFarlane