summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
Commit message (Expand)AuthorAge
* 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
* Use Parser as type synonym for Parsec.John MacFarlane2012-07-20
* Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane2012-07-20
* Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane2012-07-20
* HTML reader: Support `<col>` and `<caption>` in tables.John MacFarlane2012-04-29
* HTML reader: Don't skip nonbreaking spaces.John MacFarlane2012-04-28
* Don't escape `<` in `<style>` tags with `--self-contained`.John MacFarlane2012-02-17
* Added "title" to list of docbook block-level tags.John MacFarlane2012-01-12
* Better smart quote parsing.John MacFarlane2011-12-29
* HTML reader now recognizes DocBook block and inline tags.John MacFarlane2011-10-25
* HTML reader: Fixed bug parsing tables w both thead and tbody.John MacFarlane2011-08-01
* Properly handle characters in the 128..159 range.John MacFarlane2011-07-23
* HTML reader: treat Plain as Para when needed.John MacFarlane2011-07-16