index
:
delta/python-markdown.git
2.6
baserock/morph
experiment-ancestory
feature-ancestry
flake8-722
html
image-url-spaces
inline
issue253
issue712
master
md3
mitya57/coveralls
mitya57/script-name
no-header_id.md
raw-html-ref-issue
regex-fixes
registry
revert-417-master
slowhtml
strongem
tox
travis-update
utest
waylan-patch-1
github.com: waylan/Python-Markdown.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
markdown
/
extensions
/
toc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify xml.etree.ElementTree loading (#902)
Dmitry Shachnev
2020-02-03
1
-1
/
+2
*
Don't emit stashed HTML tag placeholders in `.toc_tokens` (#901)
Jim Porter
2020-01-31
1
-4
/
+9
*
Add permalink_title option (#886)
Waylan Limberg
2019-11-26
1
-1
/
+6
*
Add anchorlink_class and permalink_class options to TOC
Waylan Limberg
2019-11-26
1
-3
/
+11
*
Unescape IDs in TOC.
Waylan Limberg
2019-11-25
1
-1
/
+8
*
Drop support for Python 2.7 (#865)
Hugo van Kemenade
2019-10-24
1
-9
/
+6
*
Use https:// links where available
Jon Dufresne
2019-06-12
1
-2
/
+2
*
Add support for a range to toc_depth.
Klaus Mueller
2019-02-22
1
-4
/
+12
*
Support custom labels in TOC. (#700)
Waylan Limberg
2018-09-05
1
-2
/
+9
*
Deprecate md_globals from extension API. (#697)
Waylan Limberg
2018-07-31
1
-1
/
+1
*
All Markdown instances are now 'md'. (#691)
Waylan Limberg
2018-07-27
1
-6
/
+6
*
Replace homegrown OrderedDict with purpose-built Registry. (#688)
Waylan Limberg
2018-07-27
1
-5
/
+6
*
Add toc_depth parameter to toc extension
Jesús Fernández
2018-07-24
1
-2
/
+7
*
Better check of allowed TOC location #639 (#641)
Charles de Beauchesne
2018-03-08
1
-10
/
+12
*
Remove deprecated support for Extension args.
Waylan Limberg
2018-01-13
1
-4
/
+4
*
Improve test coverage.
Waylan Limberg
2018-01-13
1
-2
/
+2
*
Removed deprecated safe_mode.
Waylan Limberg
2018-01-11
1
-3
/
+1
*
Make sure regex patterns are raw strings (#614)
Isaac Muse
2018-01-02
1
-2
/
+2
*
Switch docs to MKDocs (#602)
Waylan Limberg
2017-12-06
1
-1
/
+1
*
toc: Remove children from header element after iterating
Dmitry Shachnev
2016-03-17
1
-1
/
+2
*
Add Comment support to toc.
Waylan Limberg
2015-03-14
1
-2
/
+2
*
Use newer ElementTree API to avoid future breakage.
Waylan Limberg
2015-01-31
1
-1
/
+1
*
More refactor of TOC Extension.
Waylan Limberg
2015-01-01
1
-24
/
+24
*
HeaderId Extension marked as Pending Deprecation.
Waylan Limberg
2015-01-01
1
-13
/
+64
*
PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)
Waylan Limberg
2014-12-30
1
-4
/
+4
*
Preserve order of nested headers in TOC
Waylan Limberg
2014-12-30
1
-49
/
+55
*
Complete test coverage of TOC Extension
Waylan Limberg
2014-12-30
1
-8
/
+6
*
Always add toc to Markdown Class Instance
Waylan Limberg
2014-12-30
1
-6
/
+6
*
Add reset support to TOC extension.
Waylan Limberg
2014-12-30
1
-0
/
+6
*
Flake8 cleanup (mostly whitespace).
Waylan Limberg
2014-11-20
1
-44
/
+49
*
Issue #366 Recursion error in toc ext
facelessuser
2014-11-17
1
-48
/
+47
*
Fixed TOC Option parsing.
Waylan Limberg
2014-09-25
1
-2
/
+2
*
Standardized all extension header comments to a uniform format.
Waylan Limberg
2014-08-21
1
-4
/
+8
*
'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...
Waylan Limberg
2014-08-21
1
-1
/
+1
*
Update extensions for Extension.__init__ refactor
Waylan Limberg
2014-07-31
1
-22
/
+22
*
toc: insert `¶` instead of raw unicode character
Dmitry Shachnev
2013-09-29
1
-3
/
+3
*
Add new "permalink" option to toc extension
Dmitry Shachnev
2013-09-25
1
-13
/
+31
*
Add new utility function parseBoolValue()
Dmitry Shachnev
2013-09-25
1
-2
/
+2
*
Extended headerid's rawHTML in id handling to toc ext.
Waylan Limberg
2013-08-11
1
-2
/
+3
*
Future imports go after the docstrings
Adam Dinwoodie
2013-03-18
1
-1
/
+1
*
Merge branch '2and3'
Waylan Limberg
2013-02-27
1
-5
/
+8
|
\
|
*
Now using universal code for Python 2 & 3.
Waylan Limberg
2013-02-27
1
-5
/
+8
*
|
Missed a set.append -> set.add.
Waylan Limberg
2013-02-25
1
-1
/
+1
|
/
*
Change `set.append` -> `set.add` in `headerid.unique`
Waylan Limberg
2013-02-22
1
-1
/
+1
*
More TOC cleanup and added tests.
Waylan Limberg
2013-02-19
1
-2
/
+2
*
TOC list item names must use text from all children.
Waylan Limberg
2013-02-19
1
-1
/
+1
*
Updated toc extension to work with changes @ 4ff74e3.
Waylan Limberg
2013-02-19
1
-2
/
+2
*
Ensure toc attribute is available on Markdown class.
Waylan Limberg
2013-02-19
1
-3
/
+3
*
Do not use assigned names "next" and "id", rename to order_toc_list and clean...
benjaoming
2013-02-18
1
-18
/
+20
*
code cleanup
benjaoming
2013-02-18
1
-13
/
+12
[next]