aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2007-08-15Allow htmlComments as rawHtmlInline in HTML reader.fiddlosopher1-2/+3
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-202/+160
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-2/+17
2007-07-23In HTML reader, filter Nulls in lists of blocks. (These canfiddlosopher1-2/+2
2007-07-23Fixed bug in spanStrikeout: case was not exhaustive.fiddlosopher1-1/+1
2007-07-23README: Removed the statement that the RST reader doesn't parsefiddlosopher1-0/+1
2007-07-23Added definition list support to HTML reader.fiddlosopher1-13/+32
2007-07-21Added support for Strikeout, Superscript, and Subscript tofiddlosopher1-1/+26
2007-07-12HTML reader: haddock comment fix.fiddlosopher1-1/+1
2007-07-09Moved Text.ParserCombinators.Pandoc ->fiddlosopher1-1/+1
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-14/+5
2007-03-03Made image parsing in HTML reader sensitive to thefiddlosopher1-3/+6
2007-03-03Added --inline-links option to force links in HTML to be parsedfiddlosopher1-3/+6
2007-01-28+ Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher1-1/+3
2007-01-27Changes in entity handling:fiddlosopher1-10/+5
2007-01-24Fixed bug in 'extractTagType' in HTML reader: previousfiddlosopher1-1/+4
2007-01-24Fixed a bug in extractTagType in HTML Reader: the previousfiddlosopher1-6/+2
2007-01-24Fixed bug in HTML attribute parser: now a space isfiddlosopher1-2/+2
2007-01-24Rewrote 'extractTagType' in HTML reader so that it doesn't usefiddlosopher1-5/+7
2007-01-03Modified HTML reader to skip a newline following a <br> tag.fiddlosopher1-0/+1
2007-01-02Change 'HtmlEntities' module to 'Entities'. Adjusted callingfiddlosopher1-2/+2
2006-12-30Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher1-7/+17
2006-12-20Added license text to top of source files.fiddlosopher1-0/+18
2006-12-20Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher1-1/+1
2006-12-20Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher1-1/+1
2006-12-20+ Added module data for haddock.fiddlosopher1-38/+47
2006-11-26Pandoc bug fixes:fiddlosopher1-5/+5
2006-10-17initial importfiddlosopher1-0/+434