Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ _markdownify
Function
_markdownify
engine/docs/script_doc.py:225–228 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
223
return
text.replace(
'<p>'
,
''
).replace(
'</p>'
,
''
)
224
225
def
_markdownify(t):
226
md.reset()
227
t = md.convert(t)
228
return
_strip_paragraph(t)
229
230
231
def
tags_to_proto_type(tags):
Callers
1
message_to_json_dict
Function · 0.85
Calls
3
_strip_paragraph
Function · 0.85
reset
Method · 0.45
convert
Method · 0.45
Tested by
no test coverage detected