summaryrefslogtreecommitdiff
path: root/markdown/extensions/md_in_html.py
Commit message (Expand)AuthorAgeFilesLines
* Use pyspelling to check spelling.Waylan Limberg2023-04-061-18/+19
* Fix typos and remove trailing spacesKian-Meng Ang2022-04-101-2/+2
* [style]: fix various typos in docstrings and commentsFlorian Best2022-03-181-2/+2
* Ensure <summary> tags are parsed correctly.Waylan Limberg2021-11-031-2/+3
* Properly parse unclosed tags in code spansWaylan Limberg2020-11-231-0/+20
* Properly parse processing instructions in md_in_htmlWaylan Limberg2020-11-191-4/+1
* Properly parse code spans in md_in_html (#1069)Waylan Limberg2020-11-181-13/+14
* Fix issues related to hr tagsIsaac Muse2020-10-241-6/+35
* Ensure when tag text is None that it is converted to empty stringIsaac Muse2020-10-211-0/+2
* Unify all block-level tags. (#1048)Waylan Limberg2020-10-201-24/+19
* Properly parse inline HTML in md_in_htmlIsaac Muse2020-10-191-5/+31
* Account for Etree Elements in HTML StashWaylan Limberg2020-10-141-0/+12
* Refactor HTML Parser (#803)Waylan Limberg2020-09-221-61/+242
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-031-1/+2
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-241-2/+0
* Separate Markdown parsing in HTML to separate extension (#859)Isaac Muse2019-09-041-0/+101