MCPcopy Index your code
hub / github.com/Python-Markdown/markdown / setFootnote

Method setFootnote

markdown/extensions/footnotes.py:165–167  ·  view source on GitHub ↗

Store a footnote for later retrieval.

(self, id: str, text: str)

Source from the content-addressed store, hash-verified

163 return res
164
165 def setFootnote(self, id: str, text: str) -> None:
166 """ Store a footnote for later retrieval. """
167 self.footnotes[id] = text
168
169 def addFootnoteRef(self, id: str) -> None:
170 """ Store a footnote reference id in order of appearance. """

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected