Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-01-03 | Added optional HTML sanitization using a whitelist. | fiddlosopher | 1 | -13/+80 |
2007-12-31 | Fixed bug in the markdown reader: HTML preceding a code block | fiddlosopher | 1 | -2/+1 |
2007-12-31 | HTML reader: Finished fixing Issue #40. | fiddlosopher | 1 | -2/+2 |
2007-12-31 | HTML reader: Don't interpret contents of style tags as markdown. | fiddlosopher | 1 | -2/+9 |
2007-12-30 | Fixed bug in HTML reader: it was looking for <IT> tag, not <I>. | fiddlosopher | 1 | -1/+1 |
2007-12-24 | Changed failure message in anyHtmlBlockTag (minor change). | fiddlosopher | 1 | -1/+1 |
2007-12-23 | Modified rawHtmlBlock in HTML reader so it parses </html> and </body> tags. | fiddlosopher | 1 | -2/+7 |
2007-11-29 | Moved everything from src into the top-level directory. | fiddlosopher | 1 | -0/+496 |
2007-11-28 | Removed Text directory. This is a remnant of an experiment | fiddlosopher | 1 | -496/+0 |
2007-11-03 | Use template haskell to avoid the need for templates: | fiddlosopher | 1 | -0/+496 |