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

Function makeExtension

markdown/extensions/fenced_code.py:111–112  ·  view source on GitHub ↗
(configs=None)

Source from the content-addressed store, hash-verified

109
110
111def makeExtension(configs=None):
112 return FencedCodeExtension()
113
114
115if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

FencedCodeExtensionClass · 0.85

Tested by

no test coverage detected