MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / _unescape

Method _unescape

markdown/inlinepatterns.py:537–538  ·  view source on GitHub ↗
(m: re.Match[str])

Source from the content-addressed store, hash-verified

535 return text
536
537 def _unescape(m: re.Match[str]) -> str:
538 return chr(int(m.group(1)))
539
540 return RE.sub(_unescape, text)
541

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected