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

Function makeExtension

markdown/extensions/legacy_attrs.py:77–78  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

75
76
77def makeExtension(**kwargs): # pragma: no cover
78 return LegacyAttrExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

LegacyAttrExtensionClass · 0.85

Tested by

no test coverage detected