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

Function makeExtension

markdown/extensions/toc.py:495–496  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

493
494
495def makeExtension(**kwargs): # pragma: no cover
496 return TocExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

TocExtensionClass · 0.85

Tested by

no test coverage detected