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

Function makeExtension

markdown/extensions/footnotes.py:492–494  ·  view source on GitHub ↗

Return an instance of the `FootnoteExtension`

(**kwargs)

Source from the content-addressed store, hash-verified

490
491
492def makeExtension(**kwargs): # pragma: no cover
493 """ Return an instance of the `FootnoteExtension` """
494 return FootnoteExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

FootnoteExtensionClass · 0.85

Tested by

no test coverage detected