aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-25Made `smart` extension default for pandoc markdown.John MacFarlane1-0/+1
2017-01-25Options: changed default reader/writerExtensions to emptyExtensions.John MacFarlane1-2/+2
2017-01-25Make the `smart` extension affect the Markdown writer.John MacFarlane1-6/+29
2017-01-25Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane4-8/+3
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane9-16/+11
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane4-35/+53
2017-01-25Split extensions code from Options into separate Text.Pandoc.Extensions.John MacFarlane2-205/+248
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-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-25Removed hush from Text.Pandoc.Shared.John MacFarlane2-8/+3
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane5-159/+20
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-25Class: removed 'fail' from PandocMonad.John MacFarlane2-13/+13
2017-01-25Generic instance for PandocError.John MacFarlane1-1/+2
2017-01-25Added ReaderOptions parameter to readNative.John MacFarlane1-2/+4
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-25Shared: put err into MonadIO.John MacFarlane1-2/+2
2017-01-25Simplified reference-docx/reference-odt to reference-doc.John MacFarlane3-6/+4
2017-01-25Process.pipeProcess: stream stderr rather than capturing.John MacFarlane2-27/+15
2017-01-25RST reader: rebase-related fixes to warnings.John MacFarlane1-13/+12
2017-01-25Removed unneeded pragmas.John MacFarlane1-2/+1
2017-01-25Remove now-unnecessary lifts in Markdown writer.John MacFarlane1-9/+6
2017-01-25Instances of PandocMonad for common transformers.John MacFarlane1-2/+79
2017-01-25Class: no more MonadState CommonState.John MacFarlane1-14/+23
2017-01-25Whitespace.John MacFarlane1-3/+3
2017-01-25RST reader: removed now unnecessary lifts.John MacFarlane1-8/+7
2017-01-25Markdown reader: Removed readMarkdownWithWarnings [API change].John MacFarlane1-10/+1
2017-01-25Add PandocMonad m instance for ParserT based on PandocMonad.John MacFarlane1-6/+4
2017-01-25Have warningWithPos take a SourcePos rather than Maybe SourcePos.John MacFarlane4-20/+30
2017-01-25LaTeX reader: add warning when parsing unescaped charactersJohn MacFarlane1-4/+5