aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
AgeCommit message (Expand)Author
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-03-01Remove license boilerplate (pandoc.hs).John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-10-27hlint suggestions.John MacFarlane
2017-10-27More code simp in pandoc.hs.John MacFarlane
2017-10-27pandoc.hs - removed some cruft.John MacFarlane
2017-10-26update years in copyrightKolen Cheung
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