aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Lua filters (#3514)Albert Krewinkel1-1/+0
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-2/+5
2017-02-06Consolidated file arguments into Opt.John MacFarlane1-3/+1
2017-02-06Further refactoring of App.John MacFarlane1-742/+2
2017-02-06Removed another redundant import.John MacFarlane1-1/+0
2017-02-05Split pandoc.hs into a module, Text.Pandoc.App, and a small program.John MacFarlane1-771/+87
2017-02-05pandoc.hs: make reader and writer Maybe values in Opt.John MacFarlane1-13/+12
2017-02-05More simplification of pandoc.hs.John MacFarlane1-151/+130
2017-02-04More simplification of Opt in pandoc.hs.John MacFarlane1-11/+15
2017-02-04More simplification of Opt in pandoc.hs.John MacFarlane1-9/+13
2017-02-04Small revision to deprecation message for --old-dashes.John MacFarlane1-1/+1
2017-02-04Simplified Opt structure in cli option parsing.John MacFarlane1-9/+10
2017-02-04Better error messages for removed options.John MacFarlane1-9/+25
2017-02-04Added TODO comment.John MacFarlane1-0/+4
2017-01-30`--mathml` and MathML in HTMLMathMethod longer take an argument.John MacFarlane1-7/+3
2017-01-28LaTeX writer: export writeBeamer.John MacFarlane1-1/+0
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane1-8/+2
2017-01-25Removed readerVerbosity and writerVerbosity.John MacFarlane1-3/+1
2017-01-25More logging-related changes.John MacFarlane1-10/+9
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane1-17/+11
2017-01-25Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane1-8/+4
2017-01-25Removed writerIgnoreNotes.John MacFarlane1-1/+0
2017-01-25Removed unused readerFileScope.John MacFarlane1-1/+0
2017-01-25Removed writerMediaBag from WriterOpts.John MacFarlane1-6/+4
2017-01-25Removed writerTeXLigatures.John MacFarlane1-9/+0
2017-01-25Made `smart` extension default for pandoc markdown.John MacFarlane1-8/+0
2017-01-25Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane1-9/+0
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane1-19/+10
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane1-2/+1
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane1-7/+1
2017-01-25pandoc.hs: moved main loop to beginning of file.John MacFarlane1-368/+371
2017-01-25Refactored pandoc.hs so that all the runIO' part comes at the end.John MacFarlane1-50/+50
2017-01-25pandoc.hs - moved some utility functions out of main loop.John MacFarlane1-28/+30
2017-01-25More refactoring of pandoc.hs for clarity.John MacFarlane1-28/+21
2017-01-25Put filter running code into MonadIOJohn MacFarlane1-11/+12
2017-01-25Fixed a misleading comment.John MacFarlane1-1/+1
2017-01-25Added a type signatureJohn MacFarlane1-1/+2
2017-01-25More refactoring of pandoc.hs for clarity.John MacFarlane1-22/+25
2017-01-25Slight code rearrangement in preparation for...John MacFarlane1-45/+47
2017-01-25Removed deprecated `--no-wrap` option.John MacFarlane1-7/+0
2017-01-25Removed deprecated `--chapters` option.John MacFarlane1-7/+0
2017-01-25Simplified reference-docx/reference-odt to reference-doc.John MacFarlane1-18/+7
2017-01-25Process.pipeProcess: stream stderr rather than capturing.John MacFarlane1-2/+1
2017-01-25Added `--fail-if-warnings` option.John MacFarlane1-5/+20
2017-01-25LaTeX reader: Proper include file processing.John MacFarlane1-12/+2
2017-01-25Added a `--quiet` option to suppress warnings.John MacFarlane1-10/+19
2017-01-25New withWarningsToStderr exported from Text.Pandoc.Class.John MacFarlane1-5/+12
2017-01-25Remove redundant import.Jesse Rosenthal1-1/+1
2017-01-25Finish converting readers over.Jesse Rosenthal1-8/+9
2017-01-25Have to do some work to get the mediabag out.Jesse Rosenthal1-13/+20