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