aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App.hs
AgeCommit message (Expand)AuthorFilesLines
2017-10-15App: added --request-header option.John MacFarlane1-8/+17
2017-10-15Handle unknown options in form `--latex-engine=foo`.John MacFarlane1-1/+2
2017-10-06Removed redundant importJohn MacFarlane1-1/+0
2017-10-05KaTeX fixes:John MacFarlane1-22/+4
2017-09-30Removed Verbosity and MediaBag params from makePDF.John MacFarlane1-3/+2
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane1-17/+8
2017-09-30Run Lua filters before extracting mediaAlbert Krewinkel1-2/+2
2017-09-30Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel1-7/+6
2017-09-28Support R filters #3940 (#3941)Andrie de Vries1-0/+1
2017-09-26Lua filters: set global FORMAT instead of args.John MacFarlane1-4/+4
2017-09-20Fixed bug in determining writer for xelatex engine.John MacFarlane1-1/+1
2017-09-19Fix and simply latex engine code in App.John MacFarlane1-47/+44
2017-09-17Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`.John MacFarlane1-0/+8
2017-09-15Set PANDOC_READER_OPTIONS in environment where filters are run.John MacFarlane1-7/+16
2017-09-12Add default pdf engine for beamer.John MacFarlane1-0/+1
2017-09-12Use defaultLatexEngine instead of `head latexEngines`.John MacFarlane1-3/+9
2017-09-11Support for PDF generation via `weasyprint` and `prince` (#3909)Mauro Bieg1-41/+77
2017-08-16Revision to binary format output to stdout:John MacFarlane1-3/+14
2017-08-16Change behavior with binary format output to stdout.John MacFarlane1-19/+12
2017-08-15Remove initial check for pdf creating program.John MacFarlane1-4/+0
2017-08-12Set user data dir at beginning, so readDataFile has access to it.John MacFarlane1-1/+2
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane1-166/+175
2017-08-10Remove writerUserDataDir from WriterOptions.John MacFarlane1-1/+0
2017-08-10Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane1-4/+9
2017-08-10Expose getDefaultDataFile in both Shared and Class.John MacFarlane1-3/+3
2017-08-08Removed redundant import.John MacFarlane1-1/+0
2017-08-07Issue deprecation warning for `markdown_github`.John MacFarlane1-1/+5
2017-07-30Class: Removed unnecessary withMedia, improved haddocks.John MacFarlane1-2/+3
2017-07-19Templates: change signature of getDefaultTemplate.John MacFarlane1-3/+4
2017-07-12Print informative message when failing with use of `--normalize`.John MacFarlane1-0/+2
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane1-1/+0
2017-06-30Make `east_asian_line_breaks` affect all readers/writers.John MacFarlane1-4/+13
2017-06-29Added parameter for user data directory to runLuaFilter.John MacFarlane1-1/+1
2017-06-24Readers.getReader, Writers.getWriter API change.John MacFarlane1-5/+9
2017-06-22Added `--epub-subdirectory` option.John MacFarlane1-0/+10
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane1-2/+2
2017-06-20App: issue proper errors instead of using 'error'.John MacFarlane1-2/+3
2017-06-20Text.Pandoc.Lua: throw LuaException instead of using 'error'.John MacFarlane1-3/+9
2017-06-19Separated tracing from logging.John MacFarlane1-2/+5
2017-06-19Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL.John MacFarlane1-4/+6
2017-06-11Properly decode source from stdin.John MacFarlane1-2/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-11/+18
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-3/+3
2017-06-10App: change readSource(s) to use Text instead of String.John MacFarlane1-10/+14
2017-06-02hlint suggestions.John MacFarlane1-0/+1
2017-06-01Some hlint refactoring.John MacFarlane1-19/+18
2017-06-01Use isNothing.John MacFarlane1-2/+2
2017-06-01Trivial renaming.John MacFarlane1-8/+8
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel1-2/+2
2017-05-22Let `--eol` take `native` as an argument.John MacFarlane1-12/+13