Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ wikify
Function
wikify
main.py:153–155 ·
view source on GitHub ↗
(text, language)
Source
from the content-addressed store, hash-verified
151
152
153
def
wikify(text, language):
154
text, count = WIKI_WORD_PATTERN.subn(functools.partial(_wikify_one, language), text)
155
return
markdown.markdown(text).strip()
156
157
158
def
untab(text):
Callers
1
init_tutorials
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected