summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
Commit message (Expand)AuthorAge
* 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
* Removed debug trace from HTML reader.John MacFarlane2016-12-08
* HTML reader: Understand `style=width:` as well as `width` in `col`.John MacFarlane2016-12-07
* Fixed some bad regressions in HTML table parser.John MacFarlane2016-12-06
* HTML reader: improved table parsing.John MacFarlane2016-11-26
* HTML reader: only treat "a" element as link if it has href.John MacFarlane2016-11-13
* HTML reader: treat `<math>` as MathML by default...John MacFarlane2016-11-02
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* HTML reader: fixed bug in pClose.John MacFarlane2016-05-21
* Markdown + HTML readers: be more forgiving about unescaped &.John MacFarlane2016-04-10
* Fixed bug in Markdown raw HTML parsing.John MacFarlane2016-03-22
* Fixed behavior of base tag.John MacFarlane2016-03-10
* Fixed some linter warnings.John MacFarlane2016-02-20
* HTML reader: rewrote htmlInBalanced.John MacFarlane2016-02-20
* HTML reader: properly handle an empty cell in a simple table.John MacFarlane2016-02-16
* HTML reader: handle multiple meta tags with same name.John MacFarlane2016-01-29
* Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
* Modified readers to emit SoftBreak when appropriate.John MacFarlane2015-12-12
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08