aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2021-02-20HTML reader: small performance tweak.John MacFarlane1-9/+5
2021-02-20HTML reader: small efficiency improvements.John MacFarlane1-25/+18
2021-02-20HTML reader: efficiency improvements.John MacFarlane1-81/+129
2021-02-13HTML reader: fix bad handling of empty src attribute in iframe.John MacFarlane1-6/+12
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-12-28HTML reader: use renderTags' from Text.Pandoc.Shared.Albert Krewinkel1-25/+3
2020-12-10HTML reader: pay attention to lang attributes on body.John MacFarlane1-3/+6
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane1-17/+11
2020-11-26HTML reader: improve support for table headers, footer, attributesAlbert Krewinkel1-36/+4
2020-11-26HTML reader: allow finer grained options for tag omissionAlbert Krewinkel1-1/+1
2020-11-25HTML reader: simplify list attribute handlingAlbert Krewinkel1-18/+9
2020-11-24HTML reader: support row or column-spanning table cellsAlbert Krewinkel1-12/+8
2020-11-24HTML reader: support blocks in captionAlbert Krewinkel1-1/+1
2020-11-24HTML reader: extract table parsing into separate moduleAlbert Krewinkel1-95/+3
2020-11-23HTML reader: extract submodulesAlbert Krewinkel1-239/+11
2020-10-23HTML reader: Parse contents of iframes.John MacFarlane1-4/+17
2020-10-23HTML reader: parse inline svg as image...John MacFarlane1-0/+17
2020-09-19Change deprecated Builder.isNull to null.John MacFarlane1-2/+2
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-1/+1
2020-05-20Add "summary" to list of block-level HTML tags.John MacFarlane1-1/+1
2020-05-05Avoid unnecessary guard (#6340)Joseph C. Sible1-1/+1
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-2/+2
2020-04-18HTML reader: parse attributes into table attributes.John MacFarlane1-14/+18
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-1/+7
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-6/+6
2020-04-15Remove the onlySimpleCellBodies function from Shareddespresc1-2/+2
2020-04-15Implement the new Table typedespresc1-8/+8
2020-04-11HTML reader: support <bdo> (#6271)Tristan de Cacqueray1-0/+13
2020-04-02HTML reader: fix parsing unclosed th elements in a table.John MacFarlane1-0/+1
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-13A bit more cleanup (#6141)Joseph C. Sible1-5/+4
2020-02-12HTML reader: don't parse `data-id` as `id` attribute.John MacFarlane1-1/+9
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-3/+3
2020-02-03Swap suboptimal uses of maybe and fromMaybe (#6111)Joseph C. Sible1-2/+2
2019-12-17HTML reader: Add "nav" to list of block-level tags.John MacFarlane1-1/+2
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-119/+112
2019-11-11Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...Florian Beeres1-4/+11
2019-11-04Removed an unnecessary unpack.John MacFarlane1-1/+1
2019-11-04HTML Reader/Writer - Add support for <var> and <samp> (#5861)Amogh Rathore1-5/+7
2019-10-24HTML reader/writer: Better handling of <q> with cite attribute (#5837)Ole Martin Ruud1-23/+34
2019-10-23Add Reader support for HTML <samp> element (#5843)Amogh Rathore1-0/+9
2019-10-15Add support for reading and writing <kbd> elementsDaniele D'Orazio1-1/+9
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane1-2/+2
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland1-2/+2
2019-05-29HTML reader: misc. epub related fixes.John MacFarlane1-30/+41
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg1-7/+2
2019-05-25HTML reader: trim definition list termsAlexander Krotov1-1/+1
2019-03-25HTML reader: read `data-foo` attribute into `foo`.John MacFarlane1-1/+2