aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 MacFarlane11-50/+68
2017-01-26EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane6-29/+50
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane18-96/+883
2017-01-25Rename default.html template to default.html4.John MacFarlane1-8/+5
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 MacFarlane6-29/+16
2017-01-25More logging-related changes.John MacFarlane7-133/+124
2017-01-25Class: Changes around logging.John MacFarlane1-27/+45
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane10-52/+52
2017-01-25Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane8-50/+42
2017-01-25Removed vestigial writerMediaBag from WriterOptions.John MacFarlane1-3/+0
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane27-96/+17
2017-01-25Fixed shadowing warnings.John MacFarlane1-3/+3
2017-01-25Added extra-dep: true to stack.yaml for url deps.John MacFarlane1-0/+2
2017-01-25Compile against pandoc-types 1.18.*.John MacFarlane2-4/+9
2017-01-25Removed tests for Walk; these now live in pandoc-types.John MacFarlane3-49/+0
2017-01-25Removed duplicate name in authorsJohn MacFarlane1-1/+0
2017-01-25Put an Integer rather than Word64 behind Extensions.John MacFarlane1-3/+2
2017-01-25Removed writerIgnoreNotes.John MacFarlane6-18/+10
2017-01-25Factored out deNote in Shared.John MacFarlane1-4/+4
2017-01-25Removed unneeded imports.John MacFarlane1-2/+0
2017-01-25Removed unused readerFileScope.John MacFarlane2-3/+0
2017-01-25Removed writerMediaBag from WriterOpts.John MacFarlane3-23/+27
2017-01-25Removed writerTeXLigatures.John MacFarlane5-33/+16
2017-01-25Made `smart` extension default for pandoc markdown.John MacFarlane33-171/+174
2017-01-25Options: changed default reader/writerExtensions to emptyExtensions.John MacFarlane1-2/+2
2017-01-25Make the `smart` extension affect the Markdown writer.John MacFarlane2-17/+41
2017-01-25Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane8-33/+22
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane15-69/+55
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane8-59/+76
2017-01-25Split extensions code from Options into separate Text.Pandoc.Extensions.John MacFarlane3-205/+250
2017-01-25Fixed something small that broke in rebase.John MacFarlane1-1/+1
2017-01-25Class: Warn instead or erroring if we can't fetch mediaJesse Rosenthal1-5/+18
2017-01-25Class: Refactor fetchItem.Jesse Rosenthal1-38/+44
2017-01-25Class: Add insertDeferredMedia function.Jesse Rosenthal1-0/+7
2017-01-25Integrate DeferredMediaBag into CommonStateJesse Rosenthal1-10/+17
2017-01-25Introduce DeferredMediaBag.Jesse Rosenthal1-0/+24
2017-01-25Use latest pandoc-citeproc for windows build.John MacFarlane1-1/+1
2017-01-25Expose Text.Pandoc.MIME, unexpose Text.Pandoc.CSSJohn MacFarlane1-2/+2
2017-01-25Class: have pure instance of openURL throw an error, for now.John MacFarlane1-1/+1
2017-01-25Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane9-108/+58
2017-01-25Add openURL and readFileStrict to PandocMonad.John MacFarlane1-38/+98
2017-01-25Moved extract-changes.hs and github-upload.sh to tools/.John MacFarlane3-1/+1
2017-01-25Removed hush from Text.Pandoc.Shared.John MacFarlane2-8/+3
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane13-214/+30
2017-01-25Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.John MacFarlane3-25/+7