summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
Commit message (Expand)AuthorAge
* HTML reader: Allow multiple colgroups in table.John MacFarlane2015-04-29
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* More principled fix for #1820.John MacFarlane2015-04-17
* Fixed `htmlTag` in HTML reader.John MacFarlane2015-04-17
* Move utility error functions to Text.Pandoc.SharedMatthew Pickering2015-02-18
* Change return type of HTML readerMatthew Pickering2015-02-18
* fixes #1859 HTML Reader table parsingmb212015-01-25
* Make `embed` tag either block or inline.John MacFarlane2014-11-16
* HTML Reader: Recognise <br> tags inside <pre> blocksmpickering2014-09-25
* HTML reader: improved handling of tags that can be block or inline.John MacFarlane2014-08-18
* HTML reader: Parse appropriately styled span as SmallCaps.John MacFarlane2014-08-16
* EPUB Reader: Ignore title pagesMatthew Pickering2014-08-12
* Added `native_divs` and `native_spans` extensions.John MacFarlane2014-08-08
* HTML EPUB exts: switch element can now be in either the inline or block positionMatthew Pickering2014-08-08
* HTML reader: Really ignore DOCTYPE and xml declarations.John MacFarlane2014-08-07
* HTML reader: ignore <?xml..> and <DOCTYPE..> tags.John MacFarlane2014-08-04
* Use texmath 0.7 interface.John MacFarlane2014-08-04
* HTML Reader: Added ability to read MathML formatted <math> blocksMatthew Pickering2014-07-31
* HTML Reader: Added support for anchors on links and list itemsMatthew Pickering2014-07-31
* HTML Reader: Extended HTML Reader to recognise EPUB specific elementsMatthew Pickering2014-07-31
* Generalised more in Parsing.hs to enable the use of custom stateMatthew Pickering2014-07-26
* HTML reader: parse Div and Span elements even without `--parse-raw`.John MacFarlane2014-07-20
* Removed (>>~) functionMatthew Pickering2014-07-11
* HTML reader: adjust `blockTags` and `eitherBlockOrInline`.John MacFarlane2014-07-07
* HTML reader: Fix performance issue with malformed HTML tables.John MacFarlane2014-06-20
* Support --trace in HTML reader.John MacFarlane2014-06-20
* HTML reader: Allow space between `<col>` and `</col>`.John MacFarlane2014-06-19
* HTML reader: Fixed major parsing problem with HTML tables.John MacFarlane2014-06-16
* Moved extractSpaces to Shared.hsmpickering2014-06-16
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* HTML reader: Treat processing instructions & declarations as block.John MacFarlane2014-04-11
* HTML reader: Updated `closes` with rules from HTML5 spec.John MacFarlane2014-04-05
* HTML reader: idiomatic rewriting for clarity.John MacFarlane2014-04-01
* Converted HTML reader to use builder. Fixes #1162.Matthew Pickering2014-04-01
* HTML reader: Fixed bug reading inline math with `$$`.John MacFarlane2014-01-20
* HTML reader: Parse name/content pairs from meta tags as metadata.John MacFarlane2014-01-01
* HLint: use fromMaybeHenry de Valence2013-12-19
* HTML reader: Parse LaTeX math if appropriate options are set.John MacFarlane2013-12-06
* recognize svg tag in HTML ReaderMinRK2013-11-07
* HTML reader: Use pandoc Div and Span for raw "<div>", "<span>".John MacFarlane2013-11-03
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* HTML reader: read widths from col tags if present.John MacFarlane2013-07-16
* HTML reader: Handle non-simple tables (#893).John MacFarlane2013-07-16
* HTML reader: Generalized table parser.John MacFarlane2013-07-16
* Use new flexible metadata type.John MacFarlane2013-06-24
* Parsing: Better error reporting in readWith.John MacFarlane2013-03-28
* HTML reader: Preserve all header attributes.John MacFarlane2013-02-16
* HTML reader: Handle colgroup tag.John MacFarlane2013-01-30
* HTML reader: Added html5 tags to list of block-level tags.John MacFarlane2013-01-12
* Added Attr field to Header.John MacFarlane2013-01-09