summaryrefslogtreecommitdiffstats
path: root/parsers/BackButton.java
Commit message (Collapse)AuthorAgeFilesLines
* parsers/BackButton.javarsiddharth2012-06-271-1/+1
| | | | | | | | | | | | | | | | parsers/Footer.java parsers/Header.java: all the three file underwent a cosmetic edit. parsers/Paragraphs.java: Now I have found a pretty good way of properly deducting paragraphs, to realize this I have an extra regex to specificly deduct whether the "block" deducted by the "paragraph Matcher" is a "html block", if it is, then nothing is done to it, if it is not, then it means that the "block" is necessarily a paragraph. With this revision, it is apparently true that the html files generated by scruf is HTML5 compatible. parsers/ParserList.java: The List is re-ordered again. Now, Headings is parsed before Paragraphs.
* scruf is "bzr"ed now.rsiddharth2012-06-231-0/+22