class documentation

class AutoLink(SpanToken):

View In Hierarchy

Autolink tokens. ("<http://www.google.com>")
Method __init__ Undocumented
Class Variable parse​_inner Undocumented
Class Variable pattern Undocumented
Instance Variable children a single RawText node for alternative text.
Instance Variable mailto Undocumented
Instance Variable target link target.

Inherited from SpanToken:

Class Method find Undocumented
Method __contains__ Undocumented
Class Variable parse​_group Undocumented
Class Variable precedence Undocumented
Instance Variable content Undocumented
def __init__(self, match):
parse_inner: bool =
pattern =

Undocumented

children: iterator =
a single RawText node for alternative text.
mailto =

Undocumented

target: str =
link target.