summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
Commit message (Expand)AuthorAge
* 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
* HTML reader: Modified htmlTag for fewer false positives.John MacFarlane2012-09-15
* MediaWiki reader: Use MWState instead of ParserState.John MacFarlane2012-09-13
* HTML reader: Handle nested `<q>` tags properly.John MacFarlane2012-09-09
* HTML reader: Parse <q> as Quoted DoubleQuote.John MacFarlane2012-09-09
* Moved renderTags' from HTML reader & SelfContained to Shared.John MacFarlane2012-08-15
* Fixed whitespace errors.John MacFarlane2012-07-26
* Use readerExtensions instead of readerStrict in readers.John MacFarlane2012-07-26
* Changed reader parameters from ParserState to ReaderOptions.John MacFarlane2012-07-25
* Moved ParseRaw from ParserState to ReaderOptions.John MacFarlane2012-07-25
* Options -> ReaderOptions.John MacFarlane2012-07-25
* Put smart, strict in separate options field in state.John MacFarlane2012-07-25
* HTML reader: Fixed bug in htmlBalanced.John MacFarlane2012-07-24