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