summaryrefslogtreecommitdiff
path: root/pandoc.hs
Commit message (Expand)AuthorAge
* Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane2017-04-02
* Lua filters (#3514)Albert Krewinkel2017-03-20
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Consolidated file arguments into Opt.John MacFarlane2017-02-06
* Further refactoring of App.John MacFarlane2017-02-06
* Removed another redundant import.John MacFarlane2017-02-06
* Split pandoc.hs into a module, Text.Pandoc.App, and a small program.John MacFarlane2017-02-05
* pandoc.hs: make reader and writer Maybe values in Opt.John MacFarlane2017-02-05
* More simplification of pandoc.hs.John MacFarlane2017-02-05
* More simplification of Opt in pandoc.hs.John MacFarlane2017-02-04
* More simplification of Opt in pandoc.hs.John MacFarlane2017-02-04
* Small revision to deprecation message for --old-dashes.John MacFarlane2017-02-04
* Simplified Opt structure in cli option parsing.John MacFarlane2017-02-04
* Better error messages for removed options.John MacFarlane2017-02-04
* Added TODO comment.John MacFarlane2017-02-04
* `--mathml` and MathML in HTMLMathMethod longer take an argument.John MacFarlane2017-01-30
* LaTeX writer: export writeBeamer.John MacFarlane2017-01-28
* Provide explicit separate functions for HTML 4 and 5.John MacFarlane2017-01-25
* Removed readerVerbosity and writerVerbosity.John MacFarlane2017-01-25
* More logging-related changes.John MacFarlane2017-01-25
* Changes to verbosity in writer and reader options.John MacFarlane2017-01-25
* Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane2017-01-25
* Removed writerIgnoreNotes.John MacFarlane2017-01-25
* Removed unused readerFileScope.John MacFarlane2017-01-25
* Removed writerMediaBag from WriterOpts.John MacFarlane2017-01-25
* Removed writerTeXLigatures.John MacFarlane2017-01-25
* Made `smart` extension default for pandoc markdown.John MacFarlane2017-01-25
* Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane2017-01-25
* Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2017-01-25
* Make Extensions a custom type instead of a Set Extension.John MacFarlane2017-01-25
* Removed `--normalize` option and normalization functions from Shared.John MacFarlane2017-01-25
* pandoc.hs: moved main loop to beginning of file.John MacFarlane2017-01-25
* Refactored pandoc.hs so that all the runIO' part comes at the end.John MacFarlane2017-01-25
* pandoc.hs - moved some utility functions out of main loop.John MacFarlane2017-01-25
* More refactoring of pandoc.hs for clarity.John MacFarlane2017-01-25
* Put filter running code into MonadIOJohn MacFarlane2017-01-25
* Fixed a misleading comment.John MacFarlane2017-01-25
* Added a type signatureJohn MacFarlane2017-01-25
* More refactoring of pandoc.hs for clarity.John MacFarlane2017-01-25
* Slight code rearrangement in preparation for...John MacFarlane2017-01-25
* Removed deprecated `--no-wrap` option.John MacFarlane2017-01-25
* Removed deprecated `--chapters` option.John MacFarlane2017-01-25
* Simplified reference-docx/reference-odt to reference-doc.John MacFarlane2017-01-25
* Process.pipeProcess: stream stderr rather than capturing.John MacFarlane2017-01-25
* Added `--fail-if-warnings` option.John MacFarlane2017-01-25
* LaTeX reader: Proper include file processing.John MacFarlane2017-01-25
* Added a `--quiet` option to suppress warnings.John MacFarlane2017-01-25
* New withWarningsToStderr exported from Text.Pandoc.Class.John MacFarlane2017-01-25
* Remove redundant import.Jesse Rosenthal2017-01-25
* Finish converting readers over.Jesse Rosenthal2017-01-25