Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ makeExtension
Function
makeExtension
markdown/extensions/meta.py:85–86 ·
view source on GitHub ↗
(configs={})
Source
from the content-addressed store, hash-verified
83
84
85
def
makeExtension(configs={}):
86
return
MetaExtension(configs=configs)
87
88
if
__name__ ==
"__main__"
:
89
import
doctest
Callers
nothing calls this directly
Calls
1
MetaExtension
Class · 0.85
Tested by
no test coverage detected