summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correctly parse raw `script` and `style` tags. (#1038)Waylan Limberg2020-10-121-0/+85
* 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-2247-684/+2752
* 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
* Fix HR which follows strong em.Waylan Limberg2020-07-011-0/+16
* Support short reference image links.Waylan Limberg2020-07-011-0/+24
* Add suport for attr_lists in table headers.Waylan Limberg2020-06-301-6/+14
* Tune attr list regexWaylan Limberg2020-06-304-24/+72
* Fix unescaping of HTML characters <> in CodeHilite. (#990)Rohitt Vashishtha2020-06-291-0/+23
* Limit depth of blockquotes using Python's recursion limit. (#991)Waylan Limberg2020-06-291-0/+51
* Refactor fenced_code & codehilite options (#816)Waylan Limberg2020-06-237-455/+1303
* Fix issues with complex emphasisfacelessuser2020-06-222-0/+28
* Avoid importing packaging or pkg_resources for version validation (#948)Ran Benita2020-04-271-0/+24
* Correctly report if an extension raises a `TypeError`.Charles Merriam2020-04-191-2/+2
* Fix typo, in the ten cut and pasted versionsCharles Merriam2020-04-1916-26/+26
* TOC fix for AtomicString handling (#934)Isaac Muse2020-04-061-0/+22
* Fix escaping of HTML special chars (<, >, &) in `.toc_tokens`Jim Porter2020-02-121-13/+37
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-031-50/+47
* Don't emit stashed HTML tag placeholders in `.toc_tokens` (#901)Jim Porter2020-01-311-24/+78
* 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-2422-49/+6
* Always wrap CodeHilite code in <code> tags (#862)Tim Martin2019-09-301-9/+9
* Refactor em strong to consolidate code and fix issue #792Isaac Muse2019-09-032-0/+45
* Optimize HTML_RE from quadratic time to linear (#804)Anders Kaseorg2019-08-143-24/+31
* Use more specific asserts throughout testsJon Dufresne2019-06-132-26/+26
* Use https:// links where availableJon Dufresne2019-06-121-3/+3
* Optimize several regexes from quadratic time to linear timeAnders Kaseorg2019-03-061-1/+1
* Add support for a range to toc_depth.Klaus Mueller2019-02-221-0/+55
* Handle overlapping raw HTML matches (#770)Philip Trauner2019-02-071-0/+53
* Emphasis pattern treats newlines as whitespace (#785)Waylan Limberg2019-02-071-0/+86
* Allow hashes to be escaped in headers (#763)Isaac Muse2018-12-221-0/+20
* Use a PEP562 implementation for deprecating attributes (#757)Isaac Muse2018-12-221-2/+2
* Fix typos in tests namesDmitry Shachnev2018-12-191-3/+3
* Collapse all whitespace in reference ids (#743)Isaac Muse2018-10-301-0/+37
* Deprecate version and version_info (#740)Isaac Muse2018-10-251-0/+39
* Ensure block elements are defined per instancefacelessuser2018-10-091-0/+12
* foot note adjustments (#728)Isaac Muse2018-10-099-2455/+2496
* Fix double escaping of block code (#727)Isaac Muse2018-10-071-0/+92
* Add a test for the markdown/serializers.py changeDmitry Shachnev2018-09-251-0/+4
* Make ENTITY_RE support hexadecimal entitiesissue712Dmitry Shachnev2018-09-251-0/+44
* Support custom labels in TOC. (#700)Waylan Limberg2018-09-051-9/+25