summaryrefslogtreecommitdiff
path: root/markdown/extensions/toc.py
Commit message (Expand)AuthorAgeFilesLines
* Use pyspelling to check spelling.Waylan Limberg2023-04-061-14/+9
* Move backslash unescaping to treeprocessorWaylan Limberg2022-07-151-5/+5
* Support custom CSS class on TOC elementJannis Vajen2022-05-051-1/+5
* [style]: fix various typos in docstrings and commentsFlorian Best2022-03-181-1/+1
* Better toc detectionCharles de Beauchesne2021-07-271-1/+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
* Support unicode ids in toc (#970)Antoine2020-10-011-4/+9
* TOC fix for AtomicString handling (#934)Isaac Muse2020-04-061-2/+15
* Fix escaping of HTML special chars (<, >, &) in `.toc_tokens`Jim Porter2020-02-121-2/+3
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-031-1/+2
* 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-241-9/+6
* Use https:// links where availableJon Dufresne2019-06-121-2/+2
* Add support for a range to toc_depth.Klaus Mueller2019-02-221-4/+12
* Support custom labels in TOC. (#700)Waylan Limberg2018-09-051-2/+9
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-311-1/+1
* All Markdown instances are now 'md'. (#691)Waylan Limberg2018-07-271-6/+6
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-5/+6
* Add toc_depth parameter to toc extensionJesús Fernández2018-07-241-2/+7
* Better check of allowed TOC location #639 (#641)Charles de Beauchesne2018-03-081-10/+12
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-4/+4
* Improve test coverage.Waylan Limberg2018-01-131-2/+2
* Removed deprecated safe_mode.Waylan Limberg2018-01-111-3/+1
* Make sure regex patterns are raw strings (#614)Isaac Muse2018-01-021-2/+2
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* toc: Remove children from header element after iteratingDmitry Shachnev2016-03-171-1/+2
* Add Comment support to toc.Waylan Limberg2015-03-141-2/+2
* Use newer ElementTree API to avoid future breakage.Waylan Limberg2015-01-311-1/+1
* More refactor of TOC Extension.Waylan Limberg2015-01-011-24/+24
* HeaderId Extension marked as Pending Deprecation.Waylan Limberg2015-01-011-13/+64
* PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)Waylan Limberg2014-12-301-4/+4
* Preserve order of nested headers in TOCWaylan Limberg2014-12-301-49/+55
* Complete test coverage of TOC ExtensionWaylan Limberg2014-12-301-8/+6
* Always add toc to Markdown Class InstanceWaylan Limberg2014-12-301-6/+6
* Add reset support to TOC extension.Waylan Limberg2014-12-301-0/+6
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-44/+49
* Issue #366 Recursion error in toc extfacelessuser2014-11-171-48/+47
* Fixed TOC Option parsing.Waylan Limberg2014-09-251-2/+2
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-4/+8
* 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...Waylan Limberg2014-08-211-1/+1
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-22/+22
* toc: insert `&para;` instead of raw unicode characterDmitry Shachnev2013-09-291-3/+3
* Add new "permalink" option to toc extensionDmitry Shachnev2013-09-251-13/+31
* Add new utility function parseBoolValue()Dmitry Shachnev2013-09-251-2/+2
* Extended headerid's rawHTML in id handling to toc ext.Waylan Limberg2013-08-111-2/+3
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1