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

Method __init__

markdown/extensions/footnotes.py:482–483  ·  view source on GitHub ↗
(self, footnotes: FootnoteExtension)

Source from the content-addressed store, hash-verified

480class FootnotePostprocessor(Postprocessor):
481 """ Replace placeholders with html entities. """
482 def __init__(self, footnotes: FootnoteExtension):
483 self.footnotes = footnotes
484
485 def run(self, text: str) -> str:
486 text = text.replace(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected