class documentation

Footnote token. A "link reference definition" according to the spec. This is a leaf block token. Its children are inline (span) tokens.

The constructor returns None, because the footnote information is stored in Footnote.read.

Class Method match_link_dest Undocumented
Class Method match_link_label Matches: up to three spaces, "[", label, "]".
Class Method match_link_title Undocumented
Class Method match_reference Undocumented
Class Method read Undocumented
Class Method start Undocumented
Static Method append_footnotes Undocumented
Method __new__ Undocumented

Inherited from BlockToken:

Method __contains__ Undocumented
Method __init__ Undocumented
Instance Variable children inner tokens.

Inherited from Token (via BlockToken):

Method __repr__ Undocumented
Class Variable repr_attributes Undocumented
@classmethod
def match_link_dest(cls, string, offset): (source)

Undocumented

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

Matches: up to three spaces, "[", label, "]".

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

Undocumented

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

Undocumented

@classmethod
def read(cls, lines): (source)

Undocumented

@classmethod
def start(cls, line): (source)

Undocumented

@staticmethod
def append_footnotes(matches, root): (source)

Undocumented

def __new__(cls, _): (source)

Undocumented