MCPcopy 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
225def _markdownify(t):
226 md.reset()
227 t = md.convert(t)
228 return _strip_paragraph(t)
229
230
231def tags_to_proto_type(tags):

Callers 1

message_to_json_dictFunction · 0.85

Calls 3

_strip_paragraphFunction · 0.85
resetMethod · 0.45
convertMethod · 0.45

Tested by

no test coverage detected