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