aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-14Removed deprecated --strict option entirely.John MacFarlane1-8/+0
2015-12-11Removed deprecated options `--offline` and `--html5`.John MacFarlane1-16/+0
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-5/+20
2015-11-22hlint refactorings.John MacFarlane1-38/+34
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-2/+16
2015-11-19Rationalized behavior of --no-tex-ligatures and --smart.John MacFarlane1-2/+7
2015-11-16Allow .adoc file extension for AsciiDoc.Andrew Dunning1-0/+1
2015-11-16Improved implicit pandoc-citeproc inclusion.John MacFarlane1-1/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-20Allow use of ConTeXt to generate PDFs.John MacFarlane1-6/+10
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-2/+1
2015-10-10Removed unneeded import.John MacFarlane1-1/+1
2015-10-01Move the variable pandocVersion from `src/Text/Pandoc.hs` toAlex Vong1-1/+1
2015-09-26Update KaTeX JS and CSS versions.Emily Eisenberg1-2/+2
2015-08-13Added `--bash-completion` option.John MacFarlane1-1/+18
2015-07-27Text.Pandoc.Options: modifications for image attributes.John MacFarlane1-2/+16
2015-07-23Added odt readerMarLinn1-3/+1
2015-07-02Better error messages for filters:John MacFarlane1-2/+8
2015-07-01New method for building man pages.John MacFarlane1-15/+0
2015-06-28New method for producing man pages.John MacFarlane1-0/+15
2015-06-09replace old url with pandoc.orgPablo Rodríguez1-1/+1
2015-06-09Amends last commit: don't use https for google charts.John MacFarlane1-1/+1
2015-06-09Use https: for mathjax/katex/google-charts CDNs.John MacFarlane1-5/+5
2015-05-11Only make implicit `-F pandoc-citeproc` when `--bibliography` option used.John MacFarlane1-2/+2
2015-05-11Removed references to `biblio-files` in pandoc.hs and README.John MacFarlane1-3/+0
2015-05-09Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane1-4/+2
2015-05-08EPUB writer: stylesheet changes. Closes #2040.John MacFarlane1-2/+4