class documentation

class Paragraph(BlockToken):

View In Hierarchy

Paragraph token. (["somen", "continuousn", "linesn"]) Boundary between span-level and block-level tokens.
Class Method is​_setext​_heading Undocumented
Class Method read Undocumented
Static Method start Undocumented
Method __init__ Undocumented
Method __new__ Undocumented
Class Variable parse​_setext Undocumented
Class Variable setext​_pattern Undocumented

Inherited from BlockToken:

Method __contains__ Undocumented
Instance Variable children inner tokens.
@classmethod
def is_setext_heading(cls, line):

Undocumented

@classmethod
def read(cls, lines):

Undocumented

@staticmethod
def start(line):

Undocumented

def __init__(self, lines):
def __new__(cls, lines):

Undocumented

parse_setext: bool =

Undocumented

setext_pattern =

Undocumented