summaryrefslogtreecommitdiff
path: root/pandoc.hs
Commit message (Expand)AuthorAge
...
* Have to do some work to get the mediabag out.Jesse Rosenthal2017-01-25
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Clean up Text.PandocJesse Rosenthal2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Some fixes to permit breezeDark style.John MacFarlane2017-01-19
* Add breezeDark to the list of highlighting styles.John MacFarlane2017-01-19
* Updates to use skylighting rather than highlighting-kate.John MacFarlane2016-12-23
* We no longer need the MathMLInHTML.js shim from 2004!John MacFarlane2016-12-09
* Set PANDOC_VERSION environment variable for filters.John MacFarlane2016-12-08
* Fixed bash completion for filenames with spaces.John MacFarlane2016-12-07
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Refactor top-level division selection (#3261)Albert Krewinkel2016-11-27
* Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel2016-11-26
* Cleaned up filter-finding.John MacFarlane2016-11-21
* Changed resolution of filter paths.John MacFarlane2016-11-21
* In --version, trap error in getAppUserDataDirectory.John MacFarlane2016-11-18
* Allow `file://` URIs as arguments.John MacFarlane2016-11-05
* Improved error if they give wrong arg to --top-level-division.John MacFarlane2016-11-03
* Print highlighting-kate version in --version.John MacFarlane2016-10-26
* Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane2016-10-24
* Fixed typo in deprecation warning.John MacFarlane2016-10-24
* Allow binary formats to be written to stdout unless tty output.John MacFarlane2016-10-23
* Added --list-* options.John MacFarlane2016-10-23
* Add option for top-level division typeAlbert Krewinkel2016-10-19
* Add --parts command line option to LaTeX writer.Oliver Matthews2016-09-06
* Add reference-location options to executable.Jesse Rosenthal2016-10-11
* Replace Google Chart API by CodeCogsKolenCheung2016-10-06
* Update KaTeX to v0.6.0KolenCheung2016-10-03
* Execute .js filters with nodeJakob Voß2016-09-30
* Check `$DATADIR/filters` for filtersJesse Rosenthal2016-09-27
* synchronize spacing of footnotes in help outputWaldir Pimenta2016-08-16
* Changed email-obfuscation default to no obfuscation.John MacFarlane2016-06-20
* Revert "New method for checking for presence of tex program."John MacFarlane2016-05-12
* Revert "Use shell instead of proc to check for latex program."John MacFarlane2016-05-12
* Revert "Require process >= 1.2.1."John MacFarlane2016-05-12
* Require process >= 1.2.1.John MacFarlane2016-05-12
* Added some CSS to handle older versions of process.John MacFarlane2016-05-11
* Use shell instead of proc to check for latex program.John MacFarlane2016-05-11
* Made detection of latex program more robust.John MacFarlane2016-05-10
* New method for checking for presence of tex program.John MacFarlane2016-05-09
* Loading the full MathJax config to maximize loading speedKolenCheung2016-05-09
* Change default mathjax setup to use TeX-AMS_CHTML configuration.John MacFarlane2016-05-09
* Use new CommonHTML output for MathJax (updated default MathJax URL).John MacFarlane2016-05-09
* Fixed copyright dates.John MacFarlane2016-03-22
* Fix stdin handling for file-scopeJesse Rosenthal2016-03-21
* pandoc.hs: Also use filescope for json files.Jesse Rosenthal2016-03-15
* Introduce file-scope parsing (parse-before-combine)Jesse Rosenthal2016-03-15
* Add TEI Writer.csforste2016-01-19
* Improved default template lookup for custom lua scripts.John MacFarlane2016-01-06
* Revert "Make file globbing work on windows."John MacFarlane2016-01-06