aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2017-01-19Some fixes to permit breezeDark style.John MacFarlane1-2/+2
2017-01-19Add breezeDark to the list of highlighting styles.John MacFarlane1-0/+1
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane1-4/+7
2016-12-09We no longer need the MathMLInHTML.js shim from 2004!John MacFarlane1-3/+0
2016-12-08Set PANDOC_VERSION environment variable for filters.John MacFarlane1-2/+4
2016-12-07Fixed bash completion for filenames with spaces.John MacFarlane1-2/+3
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-5/+4
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel1-6/+9
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel1-4/+4
2016-11-21Cleaned up filter-finding.John MacFarlane1-40/+27
2016-11-21Changed resolution of filter paths.John MacFarlane1-12/+15
2016-11-18In --version, trap error in getAppUserDataDirectory.John MacFarlane1-1/+4
2016-11-05Allow `file://` URIs as arguments.John MacFarlane1-0/+4
2016-11-03Improved error if they give wrong arg to --top-level-division.John MacFarlane1-1/+1
2016-10-26Print highlighting-kate version in --version.John MacFarlane1-1/+1
2016-10-24Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane1-1/+0
2016-10-24Fixed typo in deprecation warning.John MacFarlane1-1/+1
2016-10-23Allow binary formats to be written to stdout unless tty output.John MacFarlane1-5/+15
2016-10-23Added --list-* options.John MacFarlane1-28/+63
2016-10-19Add option for top-level division typeAlbert Krewinkel1-13/+14
2016-09-06Add --parts command line option to LaTeX writer.Oliver Matthews1-0/+9
2016-10-11Add reference-location options to executable.Jesse Rosenthal1-0/+17
2016-10-06Replace Google Chart API by CodeCogsKolenCheung1-1/+1
2016-10-03Update KaTeX to v0.6.0KolenCheung1-2/+2
2016-09-30Execute .js filters with nodeJakob Voß1-0/+1
2016-09-27Check `$DATADIR/filters` for filtersJesse Rosenthal1-5/+20
2016-08-16synchronize spacing of footnotes in help outputWaldir Pimenta1-2/+2
2016-06-20Changed email-obfuscation default to no obfuscation.John MacFarlane1-1/+1
2016-05-12Revert "New method for checking for presence of tex program."John MacFarlane1-6/+2
2016-05-12Revert "Use shell instead of proc to check for latex program."John MacFarlane1-29/+7
2016-05-12Revert "Require process >= 1.2.1."John MacFarlane1-1/+6
2016-05-12Require process >= 1.2.1.John MacFarlane1-6/+1
2016-05-11Added some CSS to handle older versions of process.John MacFarlane1-1/+6
2016-05-11Use shell instead of proc to check for latex program.John MacFarlane1-7/+24
2016-05-10Made detection of latex program more robust.John MacFarlane1-2/+5
2016-05-09New method for checking for presence of tex program.John MacFarlane1-2/+3
2016-05-09Loading the full MathJax config to maximize loading speedKolenCheung1-1/+1
2016-05-09Change default mathjax setup to use TeX-AMS_CHTML configuration.John MacFarlane1-1/+1
2016-05-09Use new CommonHTML output for MathJax (updated default MathJax URL).John MacFarlane1-1/+1
2016-03-22Fixed copyright dates.John MacFarlane1-3/+3
2016-03-21Fix stdin handling for file-scopeJesse Rosenthal1-0/+1
2016-03-15pandoc.hs: Also use filescope for json files.Jesse Rosenthal1-7/+9
2016-03-15Introduce file-scope parsing (parse-before-combine)Jesse Rosenthal1-4/+23
2016-01-19Add TEI Writer.csforste1-0/+2
2016-01-06Improved default template lookup for custom lua scripts.John MacFarlane1-19/+17
2016-01-06Revert "Make file globbing work on windows."John MacFarlane1-9/+0
2016-01-06Make file globbing work on windows.John MacFarlane1-0/+9
2015-12-21Added preliminary support for PDF creation via wkhtmltopdf.John MacFarlane1-13/+15
2015-12-14Factored out convertWithOptsJohn MacFarlane1-0/+3
2015-12-14Removed "compatibility mode" when called as hsmarkdown.John MacFarlane1-12/+2