class documentation

class SetextHeading(BlockToken): (source)

View In Hierarchy

Setext heading token. This is a leaf block token. Its children are inline (span) tokens.

Not included in the parsing process, but called by Paragraph.__new__.

Class Method read Undocumented
Class Method start Undocumented
Method __init__ Undocumented
Class Variable repr_attributes Undocumented
Instance Variable level heading level.

Inherited from BlockToken:

Method __contains__ Undocumented
Instance Variable children inner tokens.

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, lines): (source)
repr_attributes: tuple[str, ...] = (source)

Undocumented

heading level.