Overview of MyST-Parser
masterMyST-Parser is a Sphinx and Docutils extension designed to parse MyST (Markedly Structured Text), a rich and extensible flavor of Markdown tailored for technical and scientific documentation.
Key features include:
- CommonMark-plus: Extends the CommonMark specification to support technical features like tables and footnotes.
- Sphinx Compatibility: Supports MyST role and directive syntax, allowing users to leverage the full power of Sphinx (e.g., admonitions, figures) and existing Sphinx extensions.
- High Configurability: Parsing behavior and extended syntax features can be modified at both the global and individual document levels.
- Underlying Engine: It uses
markdown-it-py(a CommonMark-compliant parser) to transform source text into tokens.