summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App.hs
Commit message (Expand)AuthorAge
* Move filter functions to separate moduleAlbert Krewinkel2018-01-13
* Lua filters: make PANDOC_READER_OPTIONS availableAlbert Krewinkel2018-01-12
* Use latest skylighting and omit the 'missingincludes' check.John MacFarlane2018-01-07
* Don't use `missingIncludes` unless custom syntax defs have been given.John MacFarlane2018-01-06
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Filter changes.John MacFarlane2017-12-28
* Changed format of --list-extensions.John MacFarlane2017-12-28
* Allow `--list-extensions` to take an optional FORMAT argument.John MacFarlane2017-12-27
* Allow lenient decoding of *latex error logs.John MacFarlane2017-12-27
* Fixed bug: when target is PDF, writer extensions were being ignored.John MacFarlane2017-12-23
* Add pptx to isTextFormat listJesse Rosenthal2017-12-21
* Custom writer: use init file to setup Lua interpreterAlbert Krewinkel2017-12-13
* `--pdf-engine-opt`: fix bug where option order was reversed.John MacFarlane2017-12-11
* Integrate Powerpoint writer into pandoc.Jesse Rosenthal2017-12-11
* Changes for skylighting-0.5.John MacFarlane2017-12-10
* Add `empty_paragraphs` extension.John MacFarlane2017-12-04
* Add --strip-empty-paragraphs option.John MacFarlane2017-12-02
* Added --print-highlight-style option.John MacFarlane2017-11-28
* Fix --help output for --highlight-style to include FILE (#4098)Mauro Bieg2017-11-27
* Clearer deprecation warning for --latexmathml, --asciimathml, -m.John MacFarlane2017-11-26
* Add comment explaining why TH is used in Text.Pandoc.App.John MacFarlane2017-11-21
* Change JSON instances for Opt to TemplateHaskell (#4083)Jasper Van der Jeugt2017-11-21
* Recognize ".muse" file extensionAlexander Krotov2017-11-21
* Fix regression with --metadata.John MacFarlane2017-11-08
* Deprecated ancient HTML math methods.John MacFarlane2017-11-07
* EPUB writer fixes:John MacFarlane2017-10-30
* Fixed warnings.John MacFarlane2017-10-29
* Use uncurry.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-27
* hlint suggestions.John MacFarlane2017-10-27
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* makePDF: add argument for pdf options, remove writerPdfArgs.John MacFarlane2017-10-26
* Text.Pandoc.App: export applyFilters, applyLuaFilters. (API change)John MacFarlane2017-10-24
* App: added --request-header option.John MacFarlane2017-10-15
* Handle unknown options in form `--latex-engine=foo`.John MacFarlane2017-10-15
* Removed redundant importJohn MacFarlane2017-10-06
* KaTeX fixes:John MacFarlane2017-10-05
* Removed Verbosity and MediaBag params from makePDF.John MacFarlane2017-09-30
* Removed writerSourceURL, add source URL to common state.John MacFarlane2017-09-30
* Run Lua filters before extracting mediaAlbert Krewinkel2017-09-30
* Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel2017-09-30
* Support R filters #3940 (#3941)Andrie de Vries2017-09-28
* Lua filters: set global FORMAT instead of args.John MacFarlane2017-09-26
* Fixed bug in determining writer for xelatex engine.John MacFarlane2017-09-20
* Fix and simply latex engine code in App.John MacFarlane2017-09-19
* Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`.John MacFarlane2017-09-17
* Set PANDOC_READER_OPTIONS in environment where filters are run.John MacFarlane2017-09-15
* Add default pdf engine for beamer.John MacFarlane2017-09-12
* Use defaultLatexEngine instead of `head latexEngines`.John MacFarlane2017-09-12
* Support for PDF generation via `weasyprint` and `prince` (#3909)Mauro Bieg2017-09-11