MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / makeExtension

Function makeExtension

markdown/extensions/extra.py:65–66  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

63
64
65def makeExtension(**kwargs): # pragma: no cover
66 return ExtraExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

ExtraExtensionClass · 0.85

Tested by

no test coverage detected