summaryrefslogtreecommitdiffstats
path: root/parsers/DetectHTMLTag.java
Commit message (Collapse)AuthorAgeFilesLines
* now, scruf does'nt wrap <p> around text inside HTML blocks in scruffy markup ↵rsiddharth2013-11-151-3/+36
| | | | | | file. With this, I guess, HTML can be written in scruffy marked up files.
* parser/QuoteSpecialText doesn't escape `<` if it is part of a HTML tag.rsiddharth2013-11-121-0/+58
I'm trying accomadate HTML markup into the scruffy markup. ;)