aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML
AgeCommit message (Expand)Author
2025-12-12Fix imports to avoid warning about foldl'.John MacFarlane
2024-07-08Harmonize maintainer email addresses in module headers.Albert Krewinkel
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-10-19HTML reader: allow th to close td and vice versa.John MacFarlane
2023-09-16HTML reader: parse task lists using input elements (#9066)Seth Speaks
2023-08-05HTML reader: properly calculate RowHeadColumns.John MacFarlane
2023-08-05HTML reader: require unanimity for RowHeadColumns.John MacFarlane
2023-08-05HTML reader: fix bug in calculation of RowHeadColumns.John MacFarlane
2023-08-05Revert "Update TableBody RowHeadColumns caculation: change from max to min (#...John MacFarlane
2023-06-24Update TableBody RowHeadColumns caculation: change from max to min (#8634)Ruqi
2023-02-18HTML writer: allow "track" element to be treated as block-level HTML.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-03Rename T.P.Readers.LaTeX.Types -> T.P.TeX.John MacFarlane
2022-02-09Fix parsing of epub footnotes.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-24HTML reader: parse attributes on links and images.John MacFarlane
2021-09-23HTML reader: handle empty tbody element in table.John MacFarlane
2021-08-10HTML reader: treat commments as blank when parsing.John MacFarlane
2021-07-06HTML reader: add col, colgroup to 'closes' definitionsJohn MacFarlane
2021-05-30HTML reader: fix column width regression.John MacFarlane
2021-05-22Handle relative lengths (e.g. `2*`) in HTML column widths.John MacFarlane
2021-05-22Revert "HTML reader: simplify col width parsing"John MacFarlane
2021-05-22HTML reader: simplify col width parsingAlbert Krewinkel
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane
2021-03-15Remove an unneeded importJohn MacFarlane
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane
2020-11-27HTML reader tests: improve test coverage of new featuresAlbert Krewinkel
2020-11-27HTML reader: support body headers, row head columnsAlbert Krewinkel
2020-11-26HTML reader: improve support for table headers, footer, attributesAlbert Krewinkel
2020-11-26HTML reader: allow finer grained options for tag omissionAlbert Krewinkel
2020-11-24HTML reader: support row or column-spanning table cellsAlbert Krewinkel
2020-11-24HTML reader: support blocks in captionAlbert Krewinkel
2020-11-24HTML reader: extract table parsing into separate moduleAlbert Krewinkel
2020-11-23HTML reader: extract submodulesAlbert Krewinkel