aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-25MediaBag: put extractMediaBag into MonadIO.John MacFarlane1-3/+7
2017-01-25SelfContained: put makeSelfContained in MonadIO.John MacFarlane1-2/+3
2017-01-25PDF: put makePDF in MonadIO.John MacFarlane1-4/+6
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-25Shared: put err into MonadIO.John MacFarlane1-2/+2
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