Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Python-Markdown/markdown
/ run
Method
run
markdown/postprocessors.py:130–131 ·
view source on GitHub ↗
(self, text: str)
Source
from the content-addressed store, hash-verified
128
return
chr(int(m.group(1)))
129
130
def
run(self, text: str) -> str:
131
return
self.RE.sub(self.unescape, text)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected