summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
Commit message (Expand)AuthorAge
* Fix warning.John MacFarlane2017-12-27
* Small improvement to figcaption parsing. #4184.John MacFarlane2017-12-27
* Merge pull request #4184 from mb21/html-reader-figcaptionJohn MacFarlane2017-12-27
|\
| * HTML Reader: be more forgiving about figcaptionmb212017-12-23
* | HTML reader: parse div with class `line-block` as LineBlock.John MacFarlane2017-12-27
|/
* Markdown reader: accept processing instructions as raw HTML.John MacFarlane2017-12-06
* Add `empty_paragraphs` extension.John MacFarlane2017-12-04
* Fix comment typo: s/elemnet/element/Alexander Krotov2017-11-25
* HTML reader: ensure we don't produce level 0 headers,John MacFarlane2017-11-18
* HTML reader: hlintAlexander Krotov2017-11-10
* Really fix #3989.John MacFarlane2017-11-01
* hlintAlexander Krotov2017-11-01
* Fixed regression in parsing of HTML comments in markdown...John MacFarlane2017-10-31
* Source code reformatting.John MacFarlane2017-10-29
* Consistent underline for Readers (#2270)hftf2017-10-27
* HTML reader: close td/th should close any open block tag...John MacFarlane2017-10-24
* HTML reader: td should close an open th or td.John MacFarlane2017-10-24
* Revert "HTML reader: td or th implicitly closes blocks within last td/th."John MacFarlane2017-10-24
* HTML reader: td or th implicitly closes blocks within last td/th.John MacFarlane2017-10-24
* HTML reader: `htmlTag` improvements.John MacFarlane2017-10-23
* Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`.John MacFarlane2017-09-17
* HTML reader: Fix pattern match.John MacFarlane2017-09-04
* HTML reader: improved handling of figure.John MacFarlane2017-08-30
* HTML reader: support column alignments.John MacFarlane2017-08-17
* HTML reader: parse <main> like <div role=main>. (#3791)bucklereed2017-08-09
* HTML Reader: parse figure and figcaption (#3813)Mauro Bieg2017-07-22
* HTML reader: Ensure that paragraphs are closed properly...John MacFarlane2017-07-11
* HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)bucklereed2017-06-27
* Move CR filtering from tabFilter to the readers.John MacFarlane2017-06-20
* Separated tracing from logging.John MacFarlane2017-06-19
* Rewrote HTML reader to use Text throughout.John MacFarlane2017-06-11
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* Fixed HTML reader.John MacFarlane2017-06-02
* HTML reader: Use sets instead of lists for block tag lookup.John MacFarlane2017-06-01
* HTML reader: Removed "button" from block tag list.John MacFarlane2017-06-01
* HTML reader: Add `details` tag to list of block tags.John MacFarlane2017-05-24
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* HTML reader: Revise treatment of li with id attribute.John MacFarlane2017-04-23
* HTML reader: Better sanity checks on raw HTML.John MacFarlane2017-03-18
* Issue warning for duplicate header identifiers.John MacFarlane2017-03-12
* Fixed some loose ends in #1592.John MacFarlane2017-03-04
* Tighten up HasQuoteContext instance in HTML reader.John MacFarlane2017-02-20
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10
* HTML reader: Added warnings for ignored material.John MacFarlane2017-02-10
* Removed --parse-raw and readerParseRaw.John MacFarlane2017-02-06
* More logging-related changes.John MacFarlane2017-01-25
* Changes to verbosity in writer and reader options.John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25