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

Function makeExtension

markdown/extensions/headerid.py:189–190  ·  view source on GitHub ↗
(configs=None)

Source from the content-addressed store, hash-verified

187
188
189def makeExtension(configs=None):
190 return HeaderIdExtension(configs=configs)
191
192if __name__ == "__main__":
193 import doctest

Callers

nothing calls this directly

Calls 1

HeaderIdExtensionClass · 0.85

Tested by

no test coverage detected