summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App.hs
Commit message (Expand)AuthorAge
* Add `--eol` flag and writer option to control line endings.Stefan Dresselhaus2017-05-18
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Rename fillMedia -> fillMediaBag.John MacFarlane2017-05-07
* Moved fillMedia, extractMedia from App to Class.John MacFarlane2017-05-07
* Added PandocHttpException, trap exceptions in fetching from URLs.John MacFarlane2017-05-07
* fillMediaBag: don't cause fatal error if resource not found.John MacFarlane2017-05-07
* Allow `--extract-media` to work with non-binary input formats.John MacFarlane2017-05-07
* Simplify plumbing for document transformation.John MacFarlane2017-05-07
* Small fix to error reporting in App.John MacFarlane2017-04-15
* Error: Added PandocCouldNotFindDataFileError.John MacFarlane2017-04-15
* App: use PandocOptionError instead of PandocAppError where appropriate.John MacFarlane2017-04-15
* Error: Added PandocFilterError.John MacFarlane2017-04-15
* Error: Added PandocPDFErrorJohn MacFarlane2017-04-15
* Text.Pandoc.Error: added new constructors.John MacFarlane2017-04-15
* Revised error message for pandoc -t pdf.John MacFarlane2017-04-15
* Error: Added PandocOptionError.John MacFarlane2017-04-04
* Removed unused import.John MacFarlane2017-04-03
* Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane2017-04-02
* Allow a theme file as argument to `--highlight-style`.John MacFarlane2017-04-01
* Change MathJax CDN default since old one is shutting down.John MacFarlane2017-04-01
* JATS writer: don't include jats.csl in metadata if csl already specified.John MacFarlane2017-03-31
* Allow dynamic loading of syntax definitions.John MacFarlane2017-03-30
* Don't read jats.csl unless we actually need it.John MacFarlane2017-03-30
* Automatically include URI-encoded jats.csl for jats output.John MacFarlane2017-03-30
* Recognize .roff extension as ms format.John MacFarlane2017-03-24
* Allow creation of pdf via groff ms and pdfroff.John MacFarlane2017-03-23
* Initial addition of groff ms writer.John MacFarlane2017-03-23
* Lua filters (#3514)Albert Krewinkel2017-03-20
* 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