summaryrefslogtreecommitdiff
path: root/tests/test_syntax/blocks
Commit message (Expand)AuthorAgeFilesLines
* Use pyspelling to check spelling.Waylan Limberg2023-04-061-1/+1
* [style]: fix various typos in docstrings and commentsFlorian Best2022-03-183-5/+5
* Use simplified regex for html placeholders (#1086)Waylan Limberg2020-12-081-0/+11
* Properly parse unclosed tags in code spansWaylan Limberg2020-11-231-0/+105
* Fix issues related to hr tagsIsaac Muse2020-10-241-0/+99
* Avoid catastrophic backtracking in `hr` regexWaylan Limberg2020-10-241-0/+23
* Correctly parse raw `script` and `style` tags. (#1038)Waylan Limberg2020-10-121-0/+85
* Refactor HTML Parser (#803)Waylan Limberg2020-09-221-0/+1319
* Fix HR which follows strong em.Waylan Limberg2020-07-011-0/+16
* Limit depth of blockquotes using Python's recursion limit. (#991)Waylan Limberg2020-06-291-0/+51
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-245-5/+0
* Use https:// links where availableJon Dufresne2019-06-121-3/+3
* Allow hashes to be escaped in headers (#763)Isaac Muse2018-12-221-0/+20
* Consistent copyright headers.Waylan Limberg2018-07-275-0/+109
* Correct spelling mistakes.Edward Betts2018-01-131-1/+1
* Provide new testing framework.Waylan Limberg2018-01-085-0/+1305