aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App.hs
AgeCommit message (Expand)Author
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
2017-08-12Set user data dir at beginning, so readDataFile has access to it.John MacFarlane
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane
2017-08-10Remove writerUserDataDir from WriterOptions.John MacFarlane
2017-08-10Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane
2017-08-10Expose getDefaultDataFile in both Shared and Class.John MacFarlane
2017-08-08Removed redundant import.John MacFarlane
2017-08-07Issue deprecation warning for `markdown_github`.John MacFarlane
2017-07-30Class: Removed unnecessary withMedia, improved haddocks.John MacFarlane
2017-07-19Templates: change signature of getDefaultTemplate.John MacFarlane
2017-07-12Print informative message when failing with use of `--normalize`.John MacFarlane
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane
2017-06-30Make `east_asian_line_breaks` affect all readers/writers.John MacFarlane
2017-06-29Added parameter for user data directory to runLuaFilter.John MacFarlane
2017-06-24Readers.getReader, Writers.getWriter API change.John MacFarlane
2017-06-22Added `--epub-subdirectory` option.John MacFarlane
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane
2017-06-20App: issue proper errors instead of using 'error'.John MacFarlane
2017-06-20Text.Pandoc.Lua: throw LuaException instead of using 'error'.John MacFarlane
2017-06-19Separated tracing from logging.John MacFarlane
2017-06-19Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL.John MacFarlane
2017-06-11Properly decode source from stdin.John MacFarlane
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-06-10App: change readSource(s) to use Text instead of String.John MacFarlane
2017-06-02hlint suggestions.John MacFarlane
2017-06-01Some hlint refactoring.John MacFarlane
2017-06-01Use isNothing.John MacFarlane
2017-06-01Trivial renaming.John MacFarlane
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel
2017-05-22Let `--eol` take `native` as an argument.John MacFarlane
2017-05-21Text.Pandoc.App: ToJSON and FromJSON instances for Opts.John MacFarlane
2017-05-21Finished implemtation of `--resource-path`.John MacFarlane
2017-05-20Added `--resource-path=SEARCHPATH` command line option.John MacFarlane
2017-05-18Add `--eol` flag and writer option to control line endings.Stefan Dresselhaus
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-05-07Rename fillMedia -> fillMediaBag.John MacFarlane
2017-05-07Moved fillMedia, extractMedia from App to Class.John MacFarlane
2017-05-07Added PandocHttpException, trap exceptions in fetching from URLs.John MacFarlane
2017-05-07fillMediaBag: don't cause fatal error if resource not found.John MacFarlane
2017-05-07Allow `--extract-media` to work with non-binary input formats.John MacFarlane
2017-05-07Simplify plumbing for document transformation.John MacFarlane
2017-04-15Small fix to error reporting in App.John MacFarlane
2017-04-15Error: Added PandocCouldNotFindDataFileError.John MacFarlane
2017-04-15App: use PandocOptionError instead of PandocAppError where appropriate.John MacFarlane
2017-04-15Error: Added PandocFilterError.John MacFarlane
2017-04-15Error: Added PandocPDFErrorJohn MacFarlane
2017-04-15Text.Pandoc.Error: added new constructors.John MacFarlane