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

Function makeExtension

markdown/extensions/attr_list.py:212–213  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

210
211
212def makeExtension(**kwargs): # pragma: no cover
213 return AttrListExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

AttrListExtensionClass · 0.85

Tested by

no test coverage detected