Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Python-Markdown/markdown
/ makeExtension
Function
makeExtension
markdown/extensions/meta.py:92–93 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
90
91
92
def
makeExtension(**kwargs):
# pragma: no cover
93
return
MetaExtension(**kwargs)
Callers
nothing calls this directly
Calls
1
MetaExtension
Class · 0.85
Tested by
no test coverage detected