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

Function makeExtension

markdown/extensions/fenced_code.py:200–201  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

198
199
200def makeExtension(**kwargs): # pragma: no cover
201 return FencedCodeExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

FencedCodeExtensionClass · 0.85

Tested by

no test coverage detected