aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-30HTML reader: improved handling of figure.John MacFarlane1-17/+17
2017-08-17HTML reader: support column alignments.John MacFarlane1-13/+30
2017-08-09HTML reader: parse <main> like <div role=main>. (#3791)bucklereed1-7/+11
2017-07-22HTML Reader: parse figure and figcaption (#3813)Mauro Bieg1-0/+20
2017-07-11HTML reader: Ensure that paragraphs are closed properly...John MacFarlane1-0/+2
2017-06-27HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)bucklereed1-0/+9
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane1-2/+2
2017-06-19Separated tracing from logging.John MacFarlane1-3/+2
2017-06-11Rewrote HTML reader to use Text throughout.John MacFarlane1-137/+194
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-2/+4
2017-06-02Fixed HTML reader.John MacFarlane1-2/+3
2017-06-01HTML reader: Use sets instead of lists for block tag lookup.John MacFarlane1-50/+43
2017-06-01HTML reader: Removed "button" from block tag list.John MacFarlane1-1/+1
2017-05-24HTML reader: Add `details` tag to list of block tags.John MacFarlane1-1/+2
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-04-23HTML reader: Revise treatment of li with id attribute.John MacFarlane1-2/+6
2017-03-18HTML reader: Better sanity checks on raw HTML.John MacFarlane1-6/+17
2017-03-12Issue warning for duplicate header identifiers.John MacFarlane1-5/+11
2017-03-04Fixed some loose ends in #1592.John MacFarlane1-1/+3
2017-02-20Tighten up HasQuoteContext instance in HTML reader.John MacFarlane1-1/+1
2017-02-11Use new warnings throughout the code base.John MacFarlane1-6/+4
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane1-1/+2
2017-02-10HTML reader: Added warnings for ignored material.John MacFarlane1-5/+14
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane1-7/+7
2017-01-25More logging-related changes.John MacFarlane1-9/+5
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane1-3/+3
2017-01-25Unify Errors.Jesse Rosenthal1-1/+2
2017-01-25Working on readers.Jesse Rosenthal1-98/+115
2016-12-08Removed debug trace from HTML reader.John MacFarlane1-2/+1
2016-12-07HTML reader: Understand `style=width:` as well as `width` in `col`.John MacFarlane1-2/+7
2016-12-06Fixed some bad regressions in HTML table parser.John MacFarlane1-3/+3
2016-11-26HTML reader: improved table parsing.John MacFarlane1-11/+24
2016-11-13HTML reader: only treat "a" element as link if it has href.John MacFarlane1-7/+19
2016-11-02HTML reader: treat `<math>` as MathML by default...John MacFarlane1-8/+11
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-05-21HTML reader: fixed bug in pClose.John MacFarlane1-1/+1
2016-04-10Markdown + HTML readers: be more forgiving about unescaped &.John MacFarlane1-10/+15
2016-03-22Fixed bug in Markdown raw HTML parsing.John MacFarlane1-1/+1
2016-03-10Fixed behavior of base tag.John MacFarlane1-17/+11
2016-02-20Fixed some linter warnings.John MacFarlane1-3/+3
2016-02-20HTML reader: rewrote htmlInBalanced.John MacFarlane1-10/+39
2016-02-16HTML reader: properly handle an empty cell in a simple table.John MacFarlane1-0/+1