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

Function makeExtension

markdown/extensions/abbr.py:198–199  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

196
197
198def makeExtension(**kwargs): # pragma: no cover
199 return AbbrExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

AbbrExtensionClass · 0.85

Tested by

no test coverage detected