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

Function makeExtension

markdown/extensions/codehilite.py:354–355  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

352
353
354def makeExtension(**kwargs): # pragma: no cover
355 return CodeHiliteExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

CodeHiliteExtensionClass · 0.85

Tested by

no test coverage detected