Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ makeExtension
Function
makeExtension
markdown/extensions/extra.py:48–49 ·
view source on GitHub ↗
(configs={})
Source
from the content-addressed store, hash-verified
46
md.registerExtensions(extensions, self.config)
47
48
def
makeExtension(configs={}):
49
return
ExtraExtension(configs=dict(configs))
Callers
nothing calls this directly
Calls
1
ExtraExtension
Class · 0.85
Tested by
no test coverage detected