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

Function makeExtension

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

Source from the content-addressed store, hash-verified

94
95
96def makeExtension(**kwargs): # pragma: no cover
97 return WikiLinkExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

WikiLinkExtensionClass · 0.85

Tested by

no test coverage detected