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