summaryrefslogtreecommitdiffstats
path: root/parsers/QuoteSpecialText.java
Commit message (Collapse)AuthorAgeFilesLines
* new feature: special text (symbols) are quoted to HTML number inside arsiddharth2012-11-111-2/+2
| | | | | | | | | | | | | code-block modified: parsers/CodeBlocks.java (new class 'SymbolMap' which has a list of symbols & their corresponding HTML number) ( quote() in 'CodeBlock' class uses the SymbolMap to quote text) parsers/ParserList.java (list re-ordered, CodeBlock has gone up) parsers/QuoteSpecialText.java ( if regex matches '#', it leaves the text un-quoted)
* added:rsiddharth2012-11-011-0/+46
parsers/QuoteSpecialText.java (new parser to quote special text) modified: parsers/CodeBlocks.java (the regex was made more strict) parsers/Footer.java (fix: appendTail() was added after while()) parsers/ParserList.java (new parser, see above) (parser order changed) todo