summaryrefslogtreecommitdiff
path: root/markdown/htmlparser.py
Commit message (Collapse)AuthorAgeFilesLines
* fix silly errorWaylan Limberg2019-03-071-1/+1
|
* Refactor HTML ParserWaylan Limberg2019-03-071-0/+86
This is experimental. More of the HTMLParser methods need to be fleshed out. So far the basic stuff works as long as there is no invalid HTML in the document.