aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane9-47/+38
2017-02-06Fix importJohn MacFarlane1-1/+1
2017-02-06Changed year on copyright message.John MacFarlane1-1/+1
2017-02-06Consolidated file arguments into Opt.John MacFarlane1-4/+7
2017-02-06Further refactoring of App.John MacFarlane1-8/+724
2017-02-05Fix an unneeded import warning.John MacFarlane1-1/+1
2017-02-05Handle language in inline code with --listings.John MacFarlane1-4/+9
2017-02-05Split pandoc.hs into a module, Text.Pandoc.App, and a small program.John MacFarlane2-1/+733
2017-02-05Removed redundant import.John MacFarlane1-1/+0
2017-02-05Allow user to specify User-Agent (#3421)Thenaesh Elango1-3/+11
2017-02-04Changed writerEpubMetadata to a Maybe String.John MacFarlane2-3/+3
2017-02-04Improved escaping in RST writer with smart option.John MacFarlane1-6/+20
2017-02-04Org writer: reduce to two spaces after bulletsAlbert Krewinkel1-2/+2
2017-02-04Markdown writer: Better escaping when +smart.John MacFarlane1-17/+21
2017-02-04Expose setVerbosity in Text.PandocJohn MacFarlane1-0/+1
2017-02-04Implemented +/-smart in rst writer.John MacFarlane3-15/+29
2017-02-03Docx reader: handle local namespace declarations.John MacFarlane2-107/+127
2017-02-03Docx reader: Don't drop smartTag contents.John MacFarlane2-0/+8
2017-02-03HTML and DocBook writers: fix internal links with writerIdentifierPrefix opt ...Mauro Bieg2-4/+6
2017-02-02Org.hs: remove misleading commentAlexander Krotov1-1/+0
2017-02-01Reduce state in Org writer (#3404)Alexander Krotov1-8/+3
2017-01-30`--mathml` and MathML in HTMLMathMethod longer take an argument.John MacFarlane5-14/+10
2017-01-30Make epub an alias for epub3, not epub2.John MacFarlane2-2/+2
2017-01-28Removed some old commented-out code.John MacFarlane1-25/+0
2017-01-28LaTeX writer: export writeBeamer.John MacFarlane3-29/+52
2017-01-27HTML: export separate functions for slide formats.John MacFarlane3-66/+121
2017-01-27Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane7-25/+25
2017-01-27Removed Shared.compactify.John MacFarlane3-37/+25
2017-01-27Expose FileTree in ClassJohn MacFarlane1-0/+1
2017-01-27HTML writer: export writeHtmlStringForEPUB.John MacFarlane3-28/+42
2017-01-26Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane4-35/+53
2017-01-26EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane3-12/+32
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane8-71/+103
2017-01-25Removed unneeded exports.John MacFarlane1-2/+0
2017-01-25Cleanups for rebase.John MacFarlane2-3/+3
2017-01-25Fixed small mistake in instance for logOutput.John MacFarlane1-1/+1
2017-01-25Removed readerVerbosity and writerVerbosity.John MacFarlane4-25/+13
2017-01-25More logging-related changes.John MacFarlane6-123/+115
2017-01-25Class: Changes around logging.John MacFarlane1-27/+45
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane9-35/+41
2017-01-25Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane4-39/+35
2017-01-25Removed vestigial writerMediaBag from WriterOptions.John MacFarlane1-3/+0
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane25-89/+13
2017-01-25Fixed shadowing warnings.John MacFarlane1-3/+3
2017-01-25Put an Integer rather than Word64 behind Extensions.John MacFarlane1-3/+2
2017-01-25Removed writerIgnoreNotes.John MacFarlane5-17/+10
2017-01-25Factored out deNote in Shared.John MacFarlane1-4/+4
2017-01-25Removed unused readerFileScope.John MacFarlane1-2/+0
2017-01-25Removed writerMediaBag from WriterOpts.John MacFarlane2-17/+23
2017-01-25Removed writerTeXLigatures.John MacFarlane3-6/+4