MCPcopy 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
48def makeExtension(**kwargs): # pragma: no cover
49 return Nl2BrExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

Nl2BrExtensionClass · 0.85

Tested by

no test coverage detected