class documentation

class Parser(CommonMarkParser):

View In Hierarchy

MarkDown parser based on recommonmark.

This parser is provisional: the API is not settled and may change with any minor Docutils version.

Method get​_section​_level Auxiliary function for post-processing in self.parse()
Method get​_transforms Undocumented
Method parse Use the upstream parser and clean up afterwards.
Method visit​_document Dummy function to prevent spurious warnings.
Class Variable config​_section Undocumented
Class Variable config​_section​_dependencies Undocumented
Class Variable supported Undocumented
def get_section_level(self, node):
Auxiliary function for post-processing in self.parse()
def get_transforms(self):

Undocumented

def parse(self, inputstring, document):
Use the upstream parser and clean up afterwards.
def visit_document(self, node):

Dummy function to prevent spurious warnings.

cf. https://github.com/readthedocs/recommonmark/issues/177

config_section: str =

Undocumented

config_section_dependencies: tuple[str, ...] =

Undocumented

supported: tuple[str, ...] =

Undocumented