summaryrefslogtreecommitdiff
path: root/tests/test_syntax/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip tests with pygments version mismatch.Waylan Limberg2020-10-082-261/+282
* Some test tweaks.Waylan Limberg2020-10-081-1/+6
* Ensure consistent handling of classes by fenced_code and codehilite (#1033)Waylan Limberg2020-10-081-17/+17
* Update tests for pygments-2.7.1Michał Górny2020-10-072-12/+12
* Support unicode ids in toc (#970)Antoine2020-10-011-0/+22
* Refactor HTML Parser (#803)Waylan Limberg2020-09-223-2/+1247
* Fix complex scenarios with definition, ordered, and unordered lists (#1007)Isaac Muse2020-07-271-0/+323
* Fix complex scenarios with lists and admonitions (#1006)Isaac Muse2020-07-261-0/+194
* Add suport for attr_lists in table headers.Waylan Limberg2020-06-301-6/+14
* Tune attr list regexWaylan Limberg2020-06-301-0/+72
* Fix unescaping of HTML characters <> in CodeHilite. (#990)Rohitt Vashishtha2020-06-291-0/+23
* Refactor fenced_code & codehilite options (#816)Waylan Limberg2020-06-232-2/+1301
* Fix issues with complex emphasisfacelessuser2020-06-221-0/+14
* TOC fix for AtomicString handling (#934)Isaac Muse2020-04-061-0/+22
* Add permalink_title option (#886)Waylan Limberg2019-11-261-0/+20
* Add anchorlink_class and permalink_class options to TOCWaylan Limberg2019-11-261-0/+67
* Unescape IDs in TOC.Waylan Limberg2019-11-251-0/+34
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-246-11/+0
* Refactor em strong to consolidate code and fix issue #792Isaac Muse2019-09-031-0/+14
* Handle overlapping raw HTML matches (#770)Philip Trauner2019-02-071-0/+53
* foot note adjustments (#728)Isaac Muse2018-10-091-0/+65
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2018-07-311-0/+40
* Consistent copyright headers.Waylan Limberg2018-07-273-0/+63
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2018-07-241-0/+48
* Only strip spaces in tables (#644)Isaac Muse2018-02-222-0/+43