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