aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-25Removed commented-out vestigaes of fail in Class.John MacFarlane1-8/+0
2017-01-25Fixed up weigh-pandoc and benchmark-pandoc so they build.John MacFarlane3-13/+17
2017-01-25Class: removed 'fail' from PandocMonad.John MacFarlane2-13/+13
2017-01-25CONTRIBUTING: instructions for building weigh-pandoc.John MacFarlane1-0/+5
2017-01-25Generic instance for PandocError.John MacFarlane1-1/+2
2017-01-25Text.Pandoc: limit exports from Text.Pandoc.Class.John MacFarlane1-2/+5
2017-01-25Updated RELEASE-CHECKLIST and markdownified.John MacFarlane2-35/+27
2017-01-25Removed PROFILING, added profiling info to CONTRIBUTING.md.John MacFarlane2-6/+17
2017-01-25Removed Interact.hs, not needed any more with modern tools.John MacFarlane1-34/+0
2017-01-25Removed ancient HCAR-Pandoc.tex.John MacFarlane1-35/+0
2017-01-25Use dev pandoc-citeproc for appveyor build.John MacFarlane1-1/+3
2017-01-25Added ReaderOptions parameter to readNative.John MacFarlane6-8/+10
2017-01-25Version to 2.0.John MacFarlane1-1/+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-25Travis: allow ghc 7.8.4 to fail. For now anyway.John MacFarlane1-0/+1