aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-01-21HTML and markdown: treat textarea as a verbatim environment.John MacFarlane1-1/+3
2018-12-31Remove unused HasHeaderMap (#5175)Alexander1-6/+1
2018-12-17HTML reader: handle empty start attribute.John MacFarlane1-4/+2
2018-11-16HTML reader: allow tfoot before body rows.John MacFarlane1-2/+3
2018-11-15HTML reader: parse `<small>` as a Span with class "small".John MacFarlane1-0/+4
2018-11-13HTML reader: allow thead containing a row with td rather than th.John MacFarlane1-11/+11
2018-10-11HTML reader: fix htmlTag and isInlineTag to accept processing instructions.John MacFarlane1-8/+10
2018-09-07HTML reader: parse `<script type="math/tex` tags as math.John MacFarlane1-0/+12
2018-08-24HTML reader: allow enabling `raw_tex` extension.John MacFarlane1-3/+28
2018-08-22HTML reader: extract spaces inside links instead of trimming themAlexander Krotov1-3/+3
2018-07-02Spellcheck commentsAlexander Krotov1-2/+2
2018-04-05Changes to tests to accommodate changes in pandoc-types.John MacFarlane1-2/+4
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-1/+1
2018-01-19hlint code improvements.John MacFarlane1-4/+4
2018-01-15HTML reader: Fix col width parsing for percentages < 10% (#4262)n3fariox1-3/+6
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-27Fix warning.John MacFarlane1-2/+1
2017-12-27Small improvement to figcaption parsing. #4184.John MacFarlane1-2/+0
2017-12-27Merge pull request #4184 from mb21/html-reader-figcaptionJohn MacFarlane1-4/+7
2017-12-27HTML reader: parse div with class `line-block` as LineBlock.John MacFarlane1-1/+13
2017-12-23HTML Reader: be more forgiving about figcaptionmb211-4/+7
2017-12-06Markdown reader: accept processing instructions as raw HTML.John MacFarlane1-2/+3
2017-12-04Add `empty_paragraphs` extension.John MacFarlane1-4/+9
2017-11-25Fix comment typo: s/elemnet/element/Alexander Krotov1-1/+1
2017-11-18HTML reader: ensure we don't produce level 0 headers,John MacFarlane1-5/+5
2017-11-10HTML reader: hlintAlexander Krotov1-31/+30
2017-11-01Really fix #3989.John MacFarlane1-5/+12
2017-11-01hlintAlexander Krotov1-5/+5
2017-10-31Fixed regression in parsing of HTML comments in markdown...John MacFarlane1-2/+3
2017-10-29Source code reformatting.John MacFarlane1-61/+63
2017-10-27Consistent underline for Readers (#2270)hftf1-1/+5
2017-10-24HTML reader: close td/th should close any open block tag...John MacFarlane1-0/+2
2017-10-24HTML reader: td should close an open th or td.John MacFarlane1-0/+1
2017-10-24Revert "HTML reader: td or th implicitly closes blocks within last td/th."John MacFarlane1-5/+1
2017-10-24HTML reader: td or th implicitly closes blocks within last td/th.John MacFarlane1-1/+5
2017-10-23HTML reader: `htmlTag` improvements.John MacFarlane1-8/+19
2017-09-17Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`.John MacFarlane1-6/+10
2017-09-04HTML reader: Fix pattern match.John MacFarlane1-1/+1