class Footnote(BlockToken):
Footnote token. A "link reference definition" according to the spec.
The constructor returns None, because the footnote information is stored in Footnote.read.
Class Method | match_link_dest |
Undocumented |
Class Method | match_link_label |
Undocumented |
Class Method | match_link_title |
Undocumented |
Class Method | match_reference |
Undocumented |
Class Method | read |
Undocumented |
Class Method | start |
Undocumented |
Static Method | append_footnotes |
Undocumented |
Static Method | backtrack |
Called when we iterated over some lines and found nothing relevant on them. This returns those lines back to the parsing process. |
Method | __new__ |
Undocumented |
Class Variable | label_pattern |
Undocumented |
Inherited from BlockToken
:
Method | __contains__ |
Undocumented |
Method | __init__ |
Undocumented |
Instance Variable | children |
inner tokens. |