summaryrefslogtreecommitdiff
path: root/markdown/extensions/toc.py
Commit message (Expand)AuthorAgeFilesLines
* 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 `¶` 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
* Merge branch '2and3'Waylan Limberg2013-02-271-5/+8
|\
| * Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-5/+8
* | Missed a set.append -> set.add.Waylan Limberg2013-02-251-1/+1
|/
* Change `set.append` -> `set.add` in `headerid.unique`Waylan Limberg2013-02-221-1/+1
* More TOC cleanup and added tests.Waylan Limberg2013-02-191-2/+2
* TOC list item names must use text from all children.Waylan Limberg2013-02-191-1/+1
* Updated toc extension to work with changes @ 4ff74e3.Waylan Limberg2013-02-191-2/+2
* Ensure toc attribute is available on Markdown class.Waylan Limberg2013-02-191-3/+3
* Do not use assigned names "next" and "id", rename to order_toc_list and clean...benjaoming2013-02-181-18/+20
* code cleanupbenjaoming2013-02-181-13/+12