class documentation

class Footnote(BlockToken):

View In Hierarchy

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.
@classmethod
def match_link_dest(cls, string, offset):

Undocumented

@classmethod
def match_link_label(cls, string, offset):

Undocumented

@classmethod
def match_link_title(cls, string, offset):

Undocumented

@classmethod
def match_reference(cls, lines, string, offset):

Undocumented

@classmethod
def read(cls, lines):

Undocumented

@classmethod
def start(cls, line):

Undocumented

@staticmethod
def append_footnotes(matches, root):

Undocumented

@staticmethod
def backtrack(lines, string, offset):
Called when we iterated over some lines and found nothing relevant on them. This returns those lines back to the parsing process.
def __new__(cls, _):

Undocumented

label_pattern =

Undocumented