aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Class.hs
AgeCommit message (Expand)AuthorFilesLines
2021-08-28Add `--sandbox` option.John MacFarlane1-0/+2
2020-03-22Text.Pandoc.Class: extract submodules PandocIO, PandocPureAlbert Krewinkel1-393/+10
2020-03-21Class: fix missing import when data files are not embeddedAlbert Krewinkel1-0/+3
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-1/+0
2020-03-14Subdivide Text.Pandoc.Class into small modules (#6106)Albert Krewinkel1-695/+37
2020-02-07Resolve HLint warningsAlbert Krewinkel1-1/+0
2020-02-07More in-depth refactoring and cleanup (#6123)Joseph C. Sible1-10/+9
2019-12-11Improved template API and fixed a bug. Closes #5979.John MacFarlane1-11/+0
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-66/+68
2019-10-03Minor ghc 8.8 fixups.John MacFarlane1-2/+2
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-10/+6
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-0/+13
2019-05-28Fix handling of `file:` URL scheme in `downloadOrRead` (#5522)Mauro Bieg1-2/+2
2019-04-05PowerPoint writer: expand builtin reference doc to model all layoutsJesse Rosenthal1-0/+4
2019-03-27Drop support for ghc < 8.John MacFarlane1-8/+0
2019-03-22fetchItem: don't treat UNC paths as protocol-relative URLs.John MacFarlane1-1/+2
2019-03-01Remove license boilerplate.John MacFarlane1-20/+0
2018-11-01Remove unnecessary hiding in Class.hsAlexander Krotov1-1/+0
2018-10-09Docx writer: added framework for custom properties.John MacFarlane1-0/+1
2018-07-02Spellcheck commentsAlexander Krotov1-2/+2
2018-06-28Remove network-uri flag and use 'Network.Socket'.John MacFarlane1-1/+1
2018-05-08Use uriPathToPath with file: URIs.John MacFarlane1-1/+2
2018-05-04catch IO errors when writing media files, closes #4559 (#4619)Francesco Occhipinti1-1/+9
2018-04-19Text.Pandoc.Class.writeMedia: unescape URI-escaping in file path.John MacFarlane1-1/+1
2018-03-18Removed old-locale flag and Text.Pandoc.Compat.Time.John MacFarlane1-2/+2
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-4/+0
2018-03-16Class: Semigroup instance for FileTree with base >= 4.9.John MacFarlane1-0/+4
2018-02-18Powerpoint writer: Move notes slides into data tree.Jesse Rosenthal1-0/+8
2018-01-19hlint code improvements.John MacFarlane1-3/+3
2017-12-28Class: make FileTree opaque.John MacFarlane1-1/+1
2017-12-28Powerpoint writer tests: use IO.John MacFarlane1-2/+2
2017-12-28Moved makeCanoncial definition out of ifdef!John MacFarlane1-9/+11
2017-12-28Class: use makeCanonical for normalization in FileTree and data files.John MacFarlane1-8/+11
2017-12-28Text.Pandoc.Class: add insertInFileTree (API change).John MacFarlane1-7/+13
2017-12-13Removed whitespace at ends of line.John MacFarlane1-3/+3
2017-12-11Add necessary powerpoint functions to Class.Jesse Rosenthal1-0/+64
2017-10-29Export all of Text.Pandoc.Class from Text.Pandoc.John MacFarlane1-1/+0
2017-10-29Source code reformatting.John MacFarlane1-0/+1
2017-10-27hlint suggestions.John MacFarlane1-1/+0
2017-10-27hlint suggestions.John MacFarlane1-5/+4
2017-10-26Comment reformat.John MacFarlane1-6/+4
2017-10-24Added some haddock docs for Text.Pandoc.Class functions.John MacFarlane1-3/+22
2017-10-23Back to using [WARNING] and [INFO] to mark messages.John MacFarlane1-4/+2
2017-10-23More pleasing presentation of warnings and info messages.John MacFarlane1-4/+5
2017-10-15Remove openURL from Shared (API change).John MacFarlane1-7/+44
2017-10-15Class: add stRequestHeaders to CommonState, and setRequestHeader.John MacFarlane1-0/+13
2017-09-30Text.Pandoc.Class - add getVerbosity.John MacFarlane1-0/+5
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane1-17/+37
2017-09-30Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel1-9/+19