MCPcopy Index your code
hub / github.com/Python-Markdown/markdown / unescape

Function unescape

markdown/extensions/toc.py:99–102  ·  view source on GitHub ↗

Unescape Markdown backslash escaped text.

(text: str)

Source from the content-addressed store, hash-verified

97
98
99def unescape(text: str) -> str:
100 """ Unescape Markdown backslash escaped text. """
101 c = UnescapeTreeprocessor()
102 return c.unescape(text)
103
104
105def strip_tags(text: str) -> str:

Callers 2

render_inner_htmlFunction · 0.85
runMethod · 0.85

Calls 2

unescapeMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…