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