summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
AgeCommit message (Expand)Author
2014-08-12EPUB Reader: Ignore title pagesMatthew Pickering
2014-08-08Added `native_divs` and `native_spans` extensions.John MacFarlane
2014-08-08HTML EPUB exts: switch element can now be in either the inline or block positionMatthew Pickering
2014-08-07HTML reader: Really ignore DOCTYPE and xml declarations.John MacFarlane
2014-08-04HTML reader: ignore <?xml..> and <DOCTYPE..> tags.John MacFarlane
2014-08-04Use texmath 0.7 interface.John MacFarlane
2014-07-31HTML Reader: Added ability to read MathML formatted <math> blocksMatthew Pickering
2014-07-31HTML Reader: Added support for anchors on links and list itemsMatthew Pickering
2014-07-31HTML Reader: Extended HTML Reader to recognise EPUB specific elementsMatthew Pickering
2014-07-26Generalised more in Parsing.hs to enable the use of custom stateMatthew Pickering
2014-07-20HTML reader: parse Div and Span elements even without `--parse-raw`.John MacFarlane
2014-07-11Removed (>>~) functionMatthew Pickering
2014-07-07HTML reader: adjust `blockTags` and `eitherBlockOrInline`.John MacFarlane
2014-06-20HTML reader: Fix performance issue with malformed HTML tables.John MacFarlane
2014-06-20Support --trace in HTML reader.John MacFarlane
2014-06-19HTML reader: Allow space between `<col>` and `</col>`.John MacFarlane
2014-06-16HTML reader: Fixed major parsing problem with HTML tables.John MacFarlane
2014-06-16Moved extractSpaces to Shared.hsmpickering
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-04-11HTML reader: Treat processing instructions & declarations as block.John MacFarlane
2014-04-05HTML reader: Updated `closes` with rules from HTML5 spec.John MacFarlane
2014-04-01HTML reader: idiomatic rewriting for clarity.John MacFarlane
2014-04-01Converted HTML reader to use builder. Fixes #1162.Matthew Pickering
2014-01-20HTML reader: Fixed bug reading inline math with `$$`.John MacFarlane
2014-01-01HTML reader: Parse name/content pairs from meta tags as metadata.John MacFarlane
2013-12-19HLint: use fromMaybeHenry de Valence
2013-12-06HTML reader: Parse LaTeX math if appropriate options are set.John MacFarlane
2013-11-07recognize svg tag in HTML ReaderMinRK
2013-11-03HTML reader: Use pandoc Div and Span for raw "<div>", "<span>".John MacFarlane
2013-08-10Adjustments for new Format newtype.John MacFarlane
2013-07-16HTML reader: read widths from col tags if present.John MacFarlane
2013-07-16HTML reader: Handle non-simple tables (#893).John MacFarlane
2013-07-16HTML reader: Generalized table parser.John MacFarlane
2013-06-24Use new flexible metadata type.John MacFarlane
2013-03-28Parsing: Better error reporting in readWith.John MacFarlane
2013-02-16HTML reader: Preserve all header attributes.John MacFarlane
2013-01-30HTML reader: Handle colgroup tag.John MacFarlane
2013-01-12HTML reader: Added html5 tags to list of block-level tags.John MacFarlane
2013-01-09Added Attr field to Header.John MacFarlane
2012-09-15HTML reader: Modified htmlTag for fewer false positives.John MacFarlane
2012-09-13MediaWiki reader: Use MWState instead of ParserState.John MacFarlane
2012-09-09HTML reader: Handle nested `<q>` tags properly.John MacFarlane
2012-09-09HTML reader: Parse <q> as Quoted DoubleQuote.John MacFarlane
2012-08-15Moved renderTags' from HTML reader & SelfContained to Shared.John MacFarlane
2012-07-26Fixed whitespace errors.John MacFarlane
2012-07-26Use readerExtensions instead of readerStrict in readers.John MacFarlane
2012-07-25Changed reader parameters from ParserState to ReaderOptions.John MacFarlane
2012-07-25Moved ParseRaw from ParserState to ReaderOptions.John MacFarlane
2012-07-25Options -> ReaderOptions.John MacFarlane
2012-07-25Put smart, strict in separate options field in state.John MacFarlane