MCPcopy 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
153def wikify(text, language):
154 text, count = WIKI_WORD_PATTERN.subn(functools.partial(_wikify_one, language), text)
155 return markdown.markdown(text).strip()
156
157
158def untab(text):

Callers 1

init_tutorialsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected