class documentation

Link token. ("[name](target)") This is an inline token. Its children are inline (span) tokens holding the link text. One of the core tokens.

Method __init__ Undocumented
Class Variable repr_attributes Undocumented
Instance Variable target link target.
Instance Variable title link title (default to empty).

Inherited from SpanToken:

Class Method find Undocumented
Method __contains__ Undocumented
Class Variable parse_group Undocumented
Class Variable parse_inner Undocumented
Class Variable precedence Undocumented
Instance Variable content Undocumented

Inherited from Token (via SpanToken):

Method __repr__ Undocumented
def __init__(self, match): (source)
repr_attributes: tuple[str, ...] = (source)

Undocumented

link target.

link title (default to empty).