aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
AgeCommit message (Expand)Author
2025-12-12Fix imports to avoid warning about foldl'.John MacFarlane
2025-12-05HTML reader: parse inline style elements as RawInline.John MacFarlane
2025-12-05Revert "HTML reader: ignore style tags in the body."John MacFarlane
2025-10-11HTML reader: allow blank space between open and close iframe.John MacFarlane
2025-08-26HTML reader: don't drop the initial newline in a pre element.John MacFarlane
2025-03-10HTML reader: ignore style tags in the body.John MacFarlane
2025-03-08HTML reader: skip MathJaX-introduced cruft.John MacFarlane
2025-01-07HTML reader: add size information for fa svg icons.John MacFarlane
2024-12-18HTML reader: don't canonicalize data: URIs.John MacFarlane
2024-12-14Store a function instead of a BooleanJoseph C. Sible
2024-12-07HTML reader: parse footnotes defined by dpub-aria roles.John MacFarlane
2024-09-03HTML reader: only parse main element's contents (if present).John MacFarlane
2024-09-01HTML reader: read TeX annotation in mathml content if present.John MacFarlane
2024-08-31HTML reader: better handle KaTeX-generated math.John MacFarlane
2024-05-28HTML reader: better handle non-li elements in ul and ol.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-12-06Revert "Use base64 instead of base64-bytestring."John MacFarlane
2023-11-15HTML reader: Fix handling of invalidly nested sublists.John MacFarlane
2023-10-27Fix spacing.John MacFarlane
2023-09-16HTML reader: parse task lists using input elements (#9066)Seth Speaks
2023-08-09HTML reader: avoid duplicate id on header and div.John MacFarlane
2023-05-17HTML reader: fix iframe with data URI of an image.John MacFarlane
2023-03-20HTML reader: fix behavior with `-native_spans-raw_html`.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-18Revert "HTML reader: avoid duplicating any existing identifier..."John MacFarlane
2022-10-18Revert "T.P.Parsing: export `registerIdentifier`."John MacFarlane
2022-10-18T.P.Parsing: export `registerIdentifier`.John MacFarlane
2022-10-18HTML reader: avoid duplicating any existing identifier...John MacFarlane
2022-10-16T.P.Parsing: export errorMessages, messageString.John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-09-28HTML Reader: Tests for 'tt' and 'code' elements (#8330).Justin Wood
2022-09-28HTML reader: fix regression for `<tt>`.John MacFarlane
2022-08-30Mediawiki reader: Parse table cell with attribs, to support rowspan, colspan ...Ruqi
2022-08-21Fix regression with data uris in 2.19.1.John MacFarlane
2022-08-14Use base64 instead of base64-bytestring.John MacFarlane
2022-08-03HTML reader: allow sublists that are not marked as items.Albert Krewinkel
2022-07-06Use `formatCode` from #7525 in HTML and MediaWiki (#8162)Elliot Bobrow
2022-02-09Fix parsing of epub footnotes.John MacFarlane
2022-02-07HTML reader: give warnings and emit empty note...John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-24HTML reader: parse attributes on links and images.John MacFarlane
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-07-06Recognize data-external when reading HTML img tags (#7429)Michael Hoffmann
2021-05-17HTML writer: keep attributes from code nested below pre tag.Albert Krewinkel
2021-05-15HTML writer: parse `<header>` as a DivAlbert Krewinkel
2021-05-14HTML reader: keep h1 tags as normal headers (#7274)Albert Krewinkel
2021-05-14HTML reader: don't fail on unmatched closing "script" tag.Albert Krewinkel
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane