summaryrefslogtreecommitdiff
path: root/pandoc.hs
Commit message (Expand)AuthorAge
* 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
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | Removed unneeded import.John MacFarlane2015-10-10
* | Move the variable pandocVersion from `src/Text/Pandoc.hs` toAlex Vong2015-10-01
* | Update KaTeX JS and CSS versions.Emily Eisenberg2015-09-26
* | Added `--bash-completion` option.John MacFarlane2015-08-13
|/
* Added odt readerMarLinn2015-07-23
* Better error messages for filters:John MacFarlane2015-07-02
* New method for building man pages.John MacFarlane2015-07-01
* New method for producing man pages.John MacFarlane2015-06-28
* replace old url with pandoc.orgPablo Rodríguez2015-06-09
* Amends last commit: don't use https for google charts.John MacFarlane2015-06-09
* Use https: for mathjax/katex/google-charts CDNs.John MacFarlane2015-06-09
* Only make implicit `-F pandoc-citeproc` when `--bibliography` option used.John MacFarlane2015-05-11
* Removed references to `biblio-files` in pandoc.hs and README.John MacFarlane2015-05-11
* Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane2015-05-09
* EPUB writer: stylesheet changes. Closes #2040.John MacFarlane2015-05-08
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2015-03-28
|\
| * Update executable fileMatthew Pickering2015-02-18
* | Merge pull request #1976 from wcaleb/json-help-messageJohn MacFarlane2015-03-07
|\ \
| * | Clarify JSON input and output in usage messageCaleb McDaniel2015-02-27
| |/
* / Fix issue #969, #1779 by providing --latex-engine-optSumit Sahrawat2015-03-04
|/
* Better warning when trying to read multiple binary filesMatthew Pickering2015-01-19
* Added `--verbose` flag for debugging output in PDF production.John MacFarlane2014-12-26
* Recognize .icml extension and use icml writer. See #1707.John MacFarlane2014-10-20
* Give better error messages when someone tries to convert pdf, doc, odt.John MacFarlane2014-10-19
* Add support for KaTeX HTML mathmpickering2014-09-25
* Use protocol-relative URL for mathjax.John MacFarlane2014-08-31
* Removed extra blank line after version.John MacFarlane2014-08-30
* Removed check for PATH variable in running filters.John MacFarlane2014-08-17
* pandoc: Don't strip path off of sourceURL.John MacFarlane2014-08-06
* Merge pull request #1486 from Aelve/minorJohn MacFarlane2014-08-04
|\
| * Slightly fix readability of main program file.Artyom Kazak2014-08-04
* | Merge branch 'epubend' of https://github.com/mpickering/pandoc into mpickerin...John MacFarlane2014-08-04
|\ \ | |/ |/|
| * EPUB Reader: Integrated into programMatthew Pickering2014-07-31