Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ makeExtension
Function
makeExtension
markdown/extensions/headerid.py:189–190 ·
view source on GitHub ↗
(configs=None)
Source
from the content-addressed store, hash-verified
187
188
189
def
makeExtension(configs=None):
190
return
HeaderIdExtension(configs=configs)
191
192
if
__name__ ==
"__main__"
:
193
import
doctest
Callers
nothing calls this directly
Calls
1
HeaderIdExtension
Class · 0.85
Tested by
no test coverage detected