Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
def
makeExtension(configs=None):
112
return
FencedCodeExtension()
113
114
115
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
FencedCodeExtension
Class · 0.85
Tested by
no test coverage detected