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