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