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