summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App.hs
Commit message (Expand)AuthorAge
* Add default abbreviations file (data/abbreviations).John MacFarlane2017-03-16
* Added --abbreviations=FILE option for custom abbreviations file.John MacFarlane2017-03-16
* Re-enable support for custom lua writers.John MacFarlane2017-03-07
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* hlint refactoring.John MacFarlane2017-03-04
* Removed `--epub-stylesheet`; use `--css` instead.John MacFarlane2017-02-27
* App: reverse optInputFiles so they come out in right order in templates.John MacFarlane2017-02-25
* Add `sourcefile` and `outputfile` template variables (#3439)Roland Hieber2017-02-25
* Make `--ascii` work with DocBook output too.John MacFarlane2017-02-25
* Use PandocIOError in Class.John MacFarlane2017-02-23
* Put makeSelfContained in PandocMonad instead of IO.John MacFarlane2017-02-23
* Added Functor constraint to keep ghc 7.8.4 happy.John MacFarlane2017-02-20
* Rename logMessagesToJSON -> encodeLogMessages.John MacFarlane2017-02-11
* Logging: export logMessagesToJSON.John MacFarlane2017-02-11
* Added --log option to save log messages in JSON format to a file.John MacFarlane2017-02-11
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Removed --parse-raw and readerParseRaw.John MacFarlane2017-02-06
* Fix importJohn MacFarlane2017-02-06
* Changed year on copyright message.John MacFarlane2017-02-06
* Consolidated file arguments into Opt.John MacFarlane2017-02-06
* Further refactoring of App.John MacFarlane2017-02-06
* Fix an unneeded import warning.John MacFarlane2017-02-05
* Split pandoc.hs into a module, Text.Pandoc.App, and a small program.John MacFarlane2017-02-05