summaryrefslogtreecommitdiff
path: root/markdown/htmlparser.py
Commit message (Expand)AuthorAgeFilesLines
* Use pyspelling to check spelling.Waylan Limberg2023-04-061-16/+16
* Fix import issue with importlib.utilWaylan Limberg2022-07-151-1/+1
* [style]: fix various typos in docstrings and commentsFlorian Best2022-03-181-1/+1
* Properly parse unclosed tags in code spansWaylan Limberg2020-11-231-0/+32
* Properly parse code spans in md_in_html (#1069)Waylan Limberg2020-11-181-2/+8
* Fix issues related to hr tagsIsaac Muse2020-10-241-0/+13
* Correctly parse raw `script` and `style` tags. (#1038)Waylan Limberg2020-10-121-0/+70
* Refactor HTML Parser (#803)Waylan Limberg2020-09-221-0/+202