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

Function makeExtension

markdown/extensions/wikilinks.py:104–105  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

102
103
104def makeExtension(**kwargs): # pragma: no cover
105 return WikiLinkExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

WikiLinkExtensionClass · 0.85

Tested by

no test coverage detected