aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML/Parsing.hs
AgeCommit message (Expand)AuthorFilesLines
2021-11-24HTML reader: parse attributes on links and images.John MacFarlane1-3/+4
2021-08-10HTML reader: treat commments as blank when parsing.John MacFarlane1-5/+7
2021-07-06HTML reader: add col, colgroup to 'closes' definitionsJohn MacFarlane1-1/+3
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane1-7/+13
2020-11-26HTML reader: improve support for table headers, footer, attributesAlbert Krewinkel1-11/+36
2020-11-26HTML reader: allow finer grained options for tag omissionAlbert Krewinkel1-5/+17
2020-11-24HTML reader: extract table parsing into separate moduleAlbert Krewinkel1-0/+26
2020-11-23HTML reader: extract submodulesAlbert Krewinkel1-0/+156