class documentation

ATX heading token. (["### some heading ###n"]) This is a leaf block token. Its children are inline (span) tokens.

Class Method read Undocumented
Class Method start Undocumented
Method __init__ Undocumented
Class Variable content Undocumented
Class Variable pattern Undocumented
Class Variable repr_attributes Undocumented
Instance Variable children inner tokens.
Instance Variable level heading level.

Inherited from BlockToken:

Method __contains__ Undocumented

Inherited from Token (via BlockToken):

Method __repr__ Undocumented
@classmethod
def read(cls, lines): (source)

Undocumented

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

Undocumented

def __init__(self, match): (source)

Undocumented

Undocumented

repr_attributes: tuple[str, ...] = (source)

Undocumented

heading level.