class documentation

Fenced code block token. (["`sh\n", "rm -rf /", ..., "`"]) This is a leaf block token with a single child of type span_token.RawText.

Class Method read Undocumented
Class Method start Undocumented
Method __init__ Undocumented
Class Variable pattern Undocumented
Class Variable repr_attributes Undocumented
Instance Variable children contains a single span_token.RawText token.
Instance Variable language language of code block (default to empty).
Class Variable _open_info Undocumented

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

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

Undocumented

children: list = (source)

contains a single span_token.RawText token.

language: str = (source)

language of code block (default to empty).

_open_info = (source)

Undocumented