summaryrefslogtreecommitdiff
path: root/tests/test_syntax/extensions/test_md_in_html.py
Commit message (Expand)AuthorAgeFilesLines
* Use pyspelling to check spelling.Waylan Limberg2023-04-061-2/+2
* [style]: fix various typos in docstrings and commentsFlorian Best2022-03-181-4/+4
* Ensure <summary> tags are parsed correctly.Waylan Limberg2021-11-031-0/+20
* Properly parse processing instructions in md_in_htmlWaylan Limberg2020-11-191-0/+50
* Properly parse code spans in md_in_html (#1069)Waylan Limberg2020-11-181-0/+66
* Fix issues related to hr tagsIsaac Muse2020-10-241-0/+123
* Ensure when tag text is None that it is converted to empty stringIsaac Muse2020-10-211-0/+18
* Properly parse inline HTML in md_in_htmlIsaac Muse2020-10-191-0/+160
* Account for Etree Elements in HTML StashWaylan Limberg2020-10-141-1/+16
* Refactor HTML Parser (#803)Waylan Limberg2020-09-221-0/+764