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

Function makeExtension

markdown/extensions/abbr.py:90–91  ·  view source on GitHub ↗
(configs=None)

Source from the content-addressed store, hash-verified

88 return abbr
89
90def makeExtension(configs=None):
91 return AbbrExtension(configs=configs)
92
93if __name__ == "__main__":
94 import doctest

Callers

nothing calls this directly

Calls 1

AbbrExtensionClass · 0.85

Tested by

no test coverage detected