bundles / papyri 0.0.10 / papyri / nodes / Footnote
class
papyri.nodes:Footnote
source: /papyri/nodes.py :252
Signature
class Footnote ( * args : Any , ** kwargs : Any ) → None Summary
Block-level footnote definition, from RST source like .. [1] body text or .. [#name] body text.
Extended Summary
label matches the identifier used in FootnoteReference nodes ("1", "#", "#name", "*"). children holds the body paragraphs. The renderer emits this with id="footnote-<label>" so FootnoteReference anchors scroll to it.
Aliases
-
papyri.nodes.Footnote