summaryrefslogtreecommitdiff
path: root/pandoc.hs
Commit message (Expand)AuthorAge
* 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
* Make file globbing work on windows.John MacFarlane2016-01-06
* Added preliminary support for PDF creation via wkhtmltopdf.John MacFarlane2015-12-21
* Factored out convertWithOptsJohn MacFarlane2015-12-14
* Removed "compatibility mode" when called as hsmarkdown.John MacFarlane2015-12-14
* Removed deprecated --strict option entirely.John MacFarlane2015-12-14
* Removed deprecated options `--offline` and `--html5`.John MacFarlane2015-12-11
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* hlint refactorings.John MacFarlane2015-11-22
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Text.Pandoc.Options: modifications for image attributes.John MacFarlane2015-07-27
* | Rationalized behavior of --no-tex-ligatures and --smart.John MacFarlane2015-11-19
* | Allow .adoc file extension for AsciiDoc.Andrew Dunning2015-11-16
* | Improved implicit pandoc-citeproc inclusion.John MacFarlane2015-11-16
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Allow use of ConTeXt to generate PDFs.John MacFarlane2015-10-20