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

Function makeExtension

markdown/extensions/tables.py:254–255  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

252
253
254def makeExtension(**kwargs): # pragma: no cover
255 return TableExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

TableExtensionClass · 0.85

Tested by

no test coverage detected