class Parser(CommonMarkParser):
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 |