summaryrefslogtreecommitdiff
path: root/pandoc.hs
Commit message (Expand)AuthorAge
* 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
* | Text.Pandoc.SelfContained changes.John MacFarlane2014-08-02
* | pandoc.hs: More code reorganization.John MacFarlane2014-07-31
|/
* pandoc.hs: Rewrote some of the logic for clarity.John MacFarlane2014-07-31
* New module, Text.Pandoc.MediaBag.John MacFarlane2014-07-31
* Made MediaBag a newtype, and added mime type information to media.John MacFarlane2014-07-31
* getT2TMeta: Take list of source files instead of single.John MacFarlane2014-07-30
* Allow --self-contained to get content from MediaBag.John MacFarlane2014-07-30
* PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane2014-07-30
* pandoc: Thread media bag into WriterOptions.John MacFarlane2014-07-30
* Added --extract-media option.John MacFarlane2014-07-30
* Make toplevel pandoc bin make use of mediabag.Jesse Rosenthal2014-07-30
* Txt2Tags Reader: Added recognition of macrosMatthew Pickering2014-07-27
* Txt2Tags Reader: Integrated into pandocMatthew Pickering2014-07-27
* Merge branch 'master' of git://github.com/jgm/pandoc into dokuwikiClare Macrae2014-07-01
|\
| * Filters: respect shebang if filter is executable.John MacFarlane2014-06-30
* | Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae2014-06-29
|\|
| * Fixed `--filter` so it doesn't search PATH for a filter with a path.John MacFarlane2014-06-27
| * Add track changes option to command line.Jesse Rosenthal2014-06-25
| * Fixed compiler warnings.John MacFarlane2014-06-21
| * Filters: don't print misleading error message.John MacFarlane2014-06-20
| * Integrated the docx reader into the main pandoc program.mpickering2014-06-16
| * Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
| * Allow html4 as synonym of html as reader.John MacFarlane2014-04-27
| * Fix #1267.John MacFarlane2014-04-27
| * A bit of refactoring that shouldn't change any semantics.John MacFarlane2014-04-27