class documentation

class Parser(CommonMarkParser): (source)

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_transforms Undocumented
Method parse Use the upstream parser and clean up afterwards.
Method visit_document Dummy function to prevent spurious warnings.
Method visit_text Undocumented
Class Variable config_section Undocumented
Class Variable config_section_dependencies Undocumented
Class Variable supported Formats this parser supports.
def get_transforms(self): (source)

Undocumented

def parse(self, inputstring, document): (source)

Use the upstream parser and clean up afterwards.

def visit_document(self, node): (source)

Dummy function to prevent spurious warnings. cf. https://github.com/readthedocs/recommonmark/issues/177

def visit_text(self, mdnode): (source)

Undocumented

config_section: str = (source)

Undocumented

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

Undocumented

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

Formats this parser supports.