class documentation

class CodeFence(BlockToken):

View In Hierarchy

Code fence. (["`sh\n", "rm -rf /", ..., "`"]) Boundary between span-level and block-level tokens.
Class Method read Undocumented
Class Method start Undocumented
Method __init__ Undocumented
Class Variable pattern 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
@classmethod
def read(cls, lines):

Undocumented

@classmethod
def start(cls, line):

Undocumented

def __init__(self, match):
pattern =

Undocumented

children: list =
contains a single span_token.RawText token.
language: str =
language of code block (default to empty).
_open_info =

Undocumented