aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/SelfContained.hs
AgeCommit message (Expand)Author
2022-10-18T.P.SelfContained: use T.P.Parsing rather than direct Text.Parsec.John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-03Rename T.P.Network.HTTP -> T.P.URI.John MacFarlane
2022-08-21Fix regression with data uris in 2.19.1.John MacFarlane
2022-08-14Use base64 instead of base64-bytestring.John MacFarlane
2022-07-23--self-contained: Handle `url()` in style elements.John MacFarlane
2022-02-10--self-contained: issue warning rather than failing...John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-10-21SelfContained: fix bug that caused everything to be made a data uri.John MacFarlane
2021-04-05SelfContained: remove unneeded imports.John MacFarlane
2021-04-05SelfContained: use application/octet-stream for unknown mime types...John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-11-19--self-contained: increase coverage.John MacFarlane
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-03SelfContained: omit content-type on type attribute for `<style>`.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-12-18Decompress .svgz when converting to "data:" URIAlexander Krotov
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-11-01SelfContained: use base64 for css links with media attribute.John MacFarlane
2017-10-27hlint suggestions.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-10-20SelfContained: data-background-image instead of data-background.John MacFarlane
2017-10-16SelfContained: handle data-background attribute on section.John MacFarlane
2017-09-30Removed unneeded import.John MacFarlane
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel
2017-05-20SelfContained: handle @import with quoted string.John MacFarlane
2017-05-20SelfContained: fixed problem with embedded fonts.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-05-05Revert "SelfContained: special handling for css @import."John MacFarlane
2017-05-05SelfContained: special handling for css @import.John MacFarlane
2017-05-05SelfContained: Handle url() inside material retrieved from url().John MacFarlane
2017-03-30SelfContained: export makeDataURIJohn MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-26`--self-contained`: don't incorporate elements with `data-external="1"`.John MacFarlane
2017-02-24Some fixes to the preceding revisions in SelfContained.John MacFarlane
2017-02-24SelfContained: don't use data URIs for script or style.John MacFarlane
2017-02-24Refactored getData from getDataURI in SelfContained.John MacFarlane
2017-02-23Put makeSelfContained in PandocMonad instead of IO.John MacFarlane
2017-02-20Use lazy loading for reveal.js slide shows.John MacFarlane
2017-01-25Removed writerMediaBag from WriterOpts.John MacFarlane
2017-01-25Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane
2017-01-25SelfContained: put makeSelfContained in MonadIO.John MacFarlane