summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
Commit message (Expand)AuthorAge
* Added a necessary "try" in definition of "para"fiddlosopher2007-08-19
* Bug fixes in readers:fiddlosopher2007-08-18
* Allow htmlComments as rawHtmlInline in HTML reader.fiddlosopher2007-08-15
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* In HTML reader, filter Nulls in lists of blocks. (These canfiddlosopher2007-07-23
* Fixed bug in spanStrikeout: case was not exhaustive.fiddlosopher2007-07-23
* README: Removed the statement that the RST reader doesn't parsefiddlosopher2007-07-23
* Added definition list support to HTML reader.fiddlosopher2007-07-23
* Added support for Strikeout, Superscript, and Subscript tofiddlosopher2007-07-21
* HTML reader: haddock comment fix.fiddlosopher2007-07-12
* Moved Text.ParserCombinators.Pandoc ->fiddlosopher2007-07-09
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher2007-04-10
* Made image parsing in HTML reader sensitive to thefiddlosopher2007-03-03
* Added --inline-links option to force links in HTML to be parsedfiddlosopher2007-03-03
* + Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher2007-01-28
* Changes in entity handling:fiddlosopher2007-01-27
* Fixed bug in 'extractTagType' in HTML reader: previousfiddlosopher2007-01-24
* Fixed a bug in extractTagType in HTML Reader: the previousfiddlosopher2007-01-24
* Fixed bug in HTML attribute parser: now a space isfiddlosopher2007-01-24
* Rewrote 'extractTagType' in HTML reader so that it doesn't usefiddlosopher2007-01-24
* Modified HTML reader to skip a newline following a <br> tag.fiddlosopher2007-01-03
* Change 'HtmlEntities' module to 'Entities'. Adjusted callingfiddlosopher2007-01-02
* Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher2006-12-30
* Added license text to top of source files.fiddlosopher2006-12-20
* Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher2006-12-20
* Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher2006-12-20
* + Added module data for haddock.fiddlosopher2006-12-20
* Pandoc bug fixes:fiddlosopher2006-11-26
* initial importfiddlosopher2006-10-17