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

Method __init__

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

Source from the content-addressed store, hash-verified

420 """ Build and append footnote div to end of document. """
421
422 def __init__(self, footnotes: FootnoteExtension):
423 self.footnotes = footnotes
424
425 def run(self, root: etree.Element) -> None:
426 footnotesDiv = self.footnotes.makeFootnotesDiv(root)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected