summaryrefslogtreecommitdiff
path: root/pandoc.hs
Commit message (Expand)AuthorAge
* Clarify JSON input and output in usage messageCaleb McDaniel2015-02-27
* 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
| * Give more useful error message if '-t pdf' is specified.John MacFarlane2014-04-05
| * Make it possible to run filters that aren't executable.John MacFarlane2014-04-05
| * PDF: Changes to error reporting, to handle non-UTF8 error output.John MacFarlane2014-03-19
| * Add a simple Emacs Org-mode readerAlbert Krewinkel2014-03-04
| * Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane2014-02-25
| * The `--bibliography` option now sets the `biblio-files` variable.John MacFarlane2014-01-03
| * Merge pull request #1005 from nougad/consistent_bibliographyJohn MacFarlane2014-01-02
| |\
| | * Fixed stupid copy&paste errorFlorian Eitel2013-09-30
| | * Don't add pandoc-citeproc filter if natbib or biblatex is usedFlorian Eitel2013-09-30
| * | HLint: redundant parensHenry de Valence2013-12-19
| * | HLint: use `elem` and `notElem`Henry de Valence2013-12-19