![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| get_transforms (self) | |
| parse (self, inputstring, document) | |
| visit_document (self, node) | |
| visit_text (self, mdnode) | |
Static Public Attributes | |
| tuple | supported = ('recommonmark', 'commonmark', 'markdown', 'md') |
| str | config_section = 'recommonmark parser' |
| tuple | config_section_dependencies = ('parsers',) |
MarkDown parser based on recommonmark. This parser is provisional: the API is not settled and may change with any minor Docutils version.
| docutils.parsers.recommonmark_wrapper.Parser.parse | ( | self, | |
| inputstring, | |||
| document | |||
| ) |
Use the upstream parser and clean up afterwards.
| docutils.parsers.recommonmark_wrapper.Parser.visit_document | ( | self, | |
| node | |||
| ) |
Dummy function to prevent spurious warnings. cf. https://github.com/readthedocs/recommonmark/issues/177