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

Method run

markdown/postprocessors.py:113–115  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

111 """ Restore valid entities """
112
113 def run(self, text: str) -> str:
114 text = text.replace(util.AMP_SUBSTITUTE, "&")
115 return text
116
117
118@util.deprecated(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected