aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-25Deleted whitespace at end of source lines.John MacFarlane1-1/+1
2017-01-25Clean up Text.PandocJesse Rosenthal1-5/+5
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-18/+21
2017-01-19Some fixes to permit breezeDark style.John MacFarlane1-2/+2
2017-01-19Add breezeDark to the list of highlighting styles.John MacFarlane1-0/+1
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane1-4/+7
2016-12-09We no longer need the MathMLInHTML.js shim from 2004!John MacFarlane1-3/+0
2016-12-08Set PANDOC_VERSION environment variable for filters.John MacFarlane1-2/+4
2016-12-07Fixed bash completion for filenames with spaces.John MacFarlane1-2/+3
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-5/+4
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel1-6/+9
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel1-4/+4
2016-11-21Cleaned up filter-finding.John MacFarlane1-40/+27
2016-11-21Changed resolution of filter paths.John MacFarlane1-12/+15
2016-11-18In --version, trap error in getAppUserDataDirectory.John MacFarlane1-1/+4