MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / makeExtension

Function makeExtension

markdown/extensions/footnotes.py:304–306  ·  view source on GitHub ↗

Return an instance of the FootnoteExtension

(configs=[])

Source from the content-addressed store, hash-verified

302 return text.replace(NBSP_PLACEHOLDER, " ")
303
304def makeExtension(configs=[]):
305 """ Return an instance of the FootnoteExtension """
306 return FootnoteExtension(configs=configs)
307

Callers

nothing calls this directly

Calls 1

FootnoteExtensionClass · 0.85

Tested by

no test coverage detected