aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/SelfContained.hs
AgeCommit message (Expand)AuthorFilesLines
2021-10-21SelfContained: fix bug that caused everything to be made a data uri.John MacFarlane1-12/+12
2021-04-05SelfContained: remove unneeded imports.John MacFarlane1-2/+0
2021-04-05SelfContained: use application/octet-stream for unknown mime types...John MacFarlane1-5/+4
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-19--self-contained: increase coverage.John MacFarlane1-4/+11
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-2/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-60/+61
2019-09-03SelfContained: omit content-type on type attribute for `<style>`.John MacFarlane1-5/+8
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-12-18Decompress .svgz when converting to "data:" URIAlexander Krotov1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-1/+0
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-11-01SelfContained: use base64 for css links with media attribute.John MacFarlane1-0/+1
2017-10-27hlint suggestions.John MacFarlane1-8/+5
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-3/+3
2017-10-20SelfContained: data-background-image instead of data-background.John MacFarlane1-1/+1
2017-10-16SelfContained: handle data-background attribute on section.John MacFarlane1-2/+3
2017-09-30Removed unneeded import.John MacFarlane1-1/+0
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane1-56/+54
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel1-2/+2
2017-05-20SelfContained: handle @import with quoted string.John MacFarlane1-11/+25
2017-05-20SelfContained: fixed problem with embedded fonts.John MacFarlane1-13/+41
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-05-05Revert "SelfContained: special handling for css @import."John MacFarlane1-36/+5
2017-05-05SelfContained: special handling for css @import.John MacFarlane1-5/+36
2017-05-05SelfContained: Handle url() inside material retrieved from url().John MacFarlane1-3/+12
2017-03-30SelfContained: export makeDataURIJohn MacFarlane1-1/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-16/+16
2017-02-26`--self-contained`: don't incorporate elements with `data-external="1"`.John MacFarlane1-0/+2
2017-02-24Some fixes to the preceding revisions in SelfContained.John MacFarlane1-27/+42
2017-02-24SelfContained: don't use data URIs for script or style.John MacFarlane1-10/+36
2017-02-24Refactored getData from getDataURI in SelfContained.John MacFarlane1-5/+15
2017-02-23Put makeSelfContained in PandocMonad instead of IO.John MacFarlane1-46/+43
2017-02-20Use lazy loading for reveal.js slide shows.John MacFarlane1-1/+1
2017-01-25Removed writerMediaBag from WriterOpts.John MacFarlane1-3/+3
2017-01-25Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane1-2/+4
2017-01-25SelfContained: put makeSelfContained in MonadIO.John MacFarlane1-2/+3
2016-03-22Updated copyright dates to include 2016.John MacFarlane1-2/+2
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-28Fixed omitted `url(...)` in CSS data-uri with `--self-contained`.John MacFarlane1-1/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+1
2015-07-15`--self-contained`: Fixed overaggressive CSS minimization.John MacFarlane1-1/+2
2015-06-28Fixed regression in CSS parsing with `--self-contained`.John MacFarlane1-39/+47
2015-05-04SelfContained: properly handle data URIs in css urls.John MacFarlane1-32/+48