Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
def
makeExtension(configs=None):
91
return
AbbrExtension(configs=configs)
92
93
if
__name__ ==
"__main__"
:
94
import
doctest
Callers
nothing calls this directly
Calls
1
AbbrExtension
Class · 0.85
Tested by
no test coverage detected