aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/SelfContained.hs
AgeCommit message (Expand)Author
2025-12-24Change PandocHttpError constructor type.John MacFarlane
2025-09-04Revision of query/fragment dropping fix to #11021.John MacFarlane
2025-09-03T.P.SelfContained: try fetching relative resources...John MacFarlane
2025-05-26SelfContained: fix handling of empty script element.John MacFarlane
2025-05-26SelfContained: do not drop `data-` attributes in script tags.John MacFarlane
2024-10-05T.P.SelfContained: improve handling of links to remote CSS.John MacFarlane
2024-09-29Stop depending on package SHAAlbert Krewinkel
2024-06-10SelfContained: strip CRs from XML before base64 encoding for data uri.John MacFarlane
2024-06-10SelfContained: only create svg elements for SVG images when...John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-15SelfContained: merge 'class' attr when both img and svg specify it (#9653)Carlos Scheidegger
2024-02-29SelfContained: add `role="img"` to svgs.John MacFarlane
2024-02-29SelfContained: Add aria-label to svg elements.John MacFarlane
2024-02-16More fixes for SVG ids with `--self-contained`.John MacFarlane
2024-02-09Fix id replacements in SVGs with clipping paths.John MacFarlane
2024-02-09Fix size of duplicated SVGs with `--embed-resources`.John MacFarlane
2023-12-06Revert "Use base64 instead of base64-bytestring."John MacFarlane
2023-11-25SelfContained: improve treatment of embedded SVGs.John MacFarlane
2023-07-27SelfContained: retain attributes in svg tag...John MacFarlane
2023-07-27SelfContained: Allow units in width and height for svg.John MacFarlane
2023-07-26SelfContained: don't coerce calculated width/height to Int.John MacFarlane
2023-07-26SelfContained: fix calculation of svg width and height.John MacFarlane
2023-07-25SelfContained: Improve inline SVGs.John MacFarlane
2023-07-13Fix bugs in implementation of #8948.John MacFarlane
2023-07-11SelfContained: Tweak identifier generation for svgs...John MacFarlane
2023-07-11SelfContained: Use inline svg instead of data uris...John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
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