Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Python-Markdown/markdown
/ reset
Method
reset
markdown/extensions/toc.py:490–492 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
488
md.treeprocessors.register(tocext,
'toc'
, 5)
489
490
def
reset(self) -> None:
491
self.md.toc =
''
492
self.md.toc_tokens = []
493
494
495
def
makeExtension(**kwargs):
# pragma: no cover
Callers
2
extendMarkdown
Method · 0.95
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected