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

Function makeExtension

markdown/extensions/legacy_em.py:57–59  ·  view source on GitHub ↗

Return an instance of the `LegacyEmExtension`

(**kwargs)

Source from the content-addressed store, hash-verified

55
56
57def makeExtension(**kwargs): # pragma: no cover
58 """ Return an instance of the `LegacyEmExtension` """
59 return LegacyEmExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

LegacyEmExtensionClass · 0.85

Tested by

no test coverage detected