aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Readers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2008-02-09Use generic attributes type, not a string, for CodeBlocks.fiddlosopher1-1/+1
2008-02-09Modified readers for new parameter in CodeBlock.fiddlosopher1-1/+1
2008-01-16Removed unnecessary imports.fiddlosopher1-3/+2
2008-01-08Changed copyright dates where appropriate to include 2008.fiddlosopher1-2/+2
2008-01-08Changed comment used to replace unsafe HTML if sanitize-html optionfiddlosopher1-4/+4
2008-01-03Added optional HTML sanitization using a whitelist.fiddlosopher1-13/+80
2007-12-31Fixed bug in the markdown reader: HTML preceding a code blockfiddlosopher1-2/+1
2007-12-31HTML reader: Finished fixing Issue #40.fiddlosopher1-2/+2
2007-12-31HTML reader: Don't interpret contents of style tags as markdown.fiddlosopher1-2/+9
2007-12-30Fixed bug in HTML reader: it was looking for <IT> tag, not <I>.fiddlosopher1-1/+1
2007-12-24Changed failure message in anyHtmlBlockTag (minor change).fiddlosopher1-1/+1
2007-12-23Modified rawHtmlBlock in HTML reader so it parses </html> and </body> tags.fiddlosopher1-2/+7
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-0/+496
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher1-496/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-0/+496