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