module documentation

An interface for parsing CommonMark input. Select a locally installed parser from the following 3rd-party parser packages: :pycmark: https://pypi.org/project/pycmark/ :myst: https://pypi.org/project/pycmark/ :recommonmark: https://pypi.org/project/pycmark/ (unmaintained, deprecated) The first parser class that can be successfully imported is mapped to `commonmark_wrapper.Parser`. This module is provisional: the API is not settled and may change with any minor Docutils version.

Variable commonmark_parser_names Names of compatible drop-in CommonMark parsers
Variable Parser Undocumented
Variable parser_name Undocumented
commonmark_parser_names: tuple[str, ...] = (source)

Names of compatible drop-in CommonMark parsers

Parser = (source)

Undocumented

parser_name = (source)

Undocumented