summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App.hs
Commit message (Expand)AuthorAge
* 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
* Revision to binary format output to stdout:John MacFarlane2017-08-16
* Change behavior with binary format output to stdout.John MacFarlane2017-08-16
* Remove initial check for pdf creating program.John MacFarlane2017-08-15
* Set user data dir at beginning, so readDataFile has access to it.John MacFarlane2017-08-12
* Added support for translations (localization) (see #3559).John MacFarlane2017-08-11
* Remove writerUserDataDir from WriterOptions.John MacFarlane2017-08-10
* Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane2017-08-10
* Expose getDefaultDataFile in both Shared and Class.John MacFarlane2017-08-10
* Removed redundant import.John MacFarlane2017-08-08
* Issue deprecation warning for `markdown_github`.John MacFarlane2017-08-07
* Class: Removed unnecessary withMedia, improved haddocks.John MacFarlane2017-07-30
* Templates: change signature of getDefaultTemplate.John MacFarlane2017-07-19
* Print informative message when failing with use of `--normalize`.John MacFarlane2017-07-12
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Make `east_asian_line_breaks` affect all readers/writers.John MacFarlane2017-06-30
* Added parameter for user data directory to runLuaFilter.John MacFarlane2017-06-29
* Readers.getReader, Writers.getWriter API change.John MacFarlane2017-06-24
* Added `--epub-subdirectory` option.John MacFarlane2017-06-22
* Move CR filtering from tabFilter to the readers.John MacFarlane2017-06-20
* App: issue proper errors instead of using 'error'.John MacFarlane2017-06-20
* Text.Pandoc.Lua: throw LuaException instead of using 'error'.John MacFarlane2017-06-20
* Separated tracing from logging.John MacFarlane2017-06-19
* Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL.John MacFarlane2017-06-19