summaryrefslogtreecommitdiff
path: root/markdown/extensions
Commit message (Expand)AuthorAgeFilesLines
* Support custom CSS class on TOC elementJannis Vajen2022-05-051-1/+5
* Footnotes improvementsysard2022-05-051-2/+11
* Update th/td to use style attributeGaige B Paulsen2022-05-051-3/+16
* Ensure fenced code attributes are properly escaped.Waylan Limberg2022-05-041-15/+10
* extensions: copy config dict on each highlighted blockGert van Dijk2022-04-181-2/+3
* Fix typos and remove trailing spacesKian-Meng Ang2022-04-103-4/+4
* [style]: fix various typos in docstrings and commentsFlorian Best2022-03-189-15/+15
* Ensure <summary> tags are parsed correctly.Waylan Limberg2021-11-031-2/+3
* Don't process shebangs in codehilite when processing fenced codeIsaac Muse2021-08-042-3/+3
* Better toc detectionCharles de Beauchesne2021-07-271-1/+6
* Fix cubic ReDoS in fenced code and referencesB. Caller2021-05-071-7/+7
* Fix minor typosMatthieu Bacconnier2021-05-021-6/+6
* toc: Do not remove diacritical marks when slugify_unicode is usedDmitry Shachnev2021-03-241-4/+7
* Ensure permalinks and ankorlinks are not restricted by toc_depthWaylan Limberg2021-02-241-10/+9
* Ensure admonition content is detabbed properlyIsaac Muse2021-02-051-8/+12
* Preserve text immediately before an admonitionOleh Prypin2020-12-301-0/+2
* 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
* Ensure consistent handling of classes by fenced_code and codehilite (#1033)Waylan Limberg2020-10-081-8/+7
* Support unicode ids in toc (#970)Antoine2020-10-011-4/+9
* Refactor HTML Parser (#803)Waylan Limberg2020-09-223-173/+343
* Fix complex scenarios with definition, ordered, and unordered lists (#1007)Isaac Muse2020-07-271-3/+5
* Fix complex scenarios with lists and admonitions (#1006)Isaac Muse2020-07-261-5/+75
* Add suport for attr_lists in table headers.Waylan Limberg2020-06-301-1/+1
* Tune attr list regexWaylan Limberg2020-06-301-8/+6
* Fix unescaping of HTML characters <> in CodeHilite. (#990)Rohitt Vashishtha2020-06-291-1/+3
* Refactor fenced_code & codehilite options (#816)Waylan Limberg2020-06-233-94/+201
* Fix issues with complex emphasisfacelessuser2020-06-221-1/+1
* Flake8 cleanup.Waylan Limberg2020-05-142-4/+4
* Correctly report if an extension raises a `TypeError`.Charles Merriam2020-04-191-9/+12
* TOC fix for AtomicString handling (#934)Isaac Muse2020-04-061-2/+15
* Fixed typos in extensions/codehilite.pyGaurav Kondhare2020-03-221-10/+10
* Fix escaping of HTML special chars (<, >, &) in `.toc_tokens`Jim Porter2020-02-121-2/+3
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-038-16/+20
* Don't emit stashed HTML tag placeholders in `.toc_tokens` (#901)Jim Porter2020-01-311-4/+9
* Add permalink_title option (#886)Waylan Limberg2019-11-261-1/+6
* Add anchorlink_class and permalink_class options to TOCWaylan Limberg2019-11-261-3/+11
* Unescape IDs in TOC.Waylan Limberg2019-11-251-1/+8
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-2419-70/+32
* Always wrap CodeHilite code in <code> tags (#862)Tim Martin2019-09-301-1/+2
* Separate Markdown parsing in HTML to separate extension (#859)Isaac Muse2019-09-042-71/+103
* Refactor em strong to consolidate code and fix issue #792Isaac Muse2019-09-031-7/+28
* Use https:// links where availableJon Dufresne2019-06-1216-21/+21
* Add support for a range to toc_depth.Klaus Mueller2019-02-221-4/+12