An extended commonmark compliant parser, with bridges to docutils & sphinx.
Project description
MyST-Parser
Note: myst-docutils is identical to myst-docutils, but without installation requirements on sphinx
MyST is a rich and extensible flavor of Markdown meant for technical documentation and publishing.
MyST is a flavor of markdown that is designed for simplicity, flexibility, and extensibility.
This repository serves as the reference implementation of MyST Markdown, as well as a collection of tools to support working with MyST in Python and Sphinx.
It contains an extended CommonMark-compliant parser using markdown-it-py
, as well as a Sphinx extension that allows you to write MyST Markdown in Sphinx.
See the MyST Parser documentation for more information.
Installation
To install the MyST parser, run the following in a Conda environment (recommended):
conda install -c conda-forge myst-docutils
or
pip install myst-docutils
Or for package development:
git clone https://github.com/executablebooks/MyST-Parser
cd MyST-Parser
git checkout master
pip install -e .[code_style,testing,rtd]
To use the MyST parser in Sphinx, simply add: extensions = ["myst_parser"]
to your conf.py
.
Contributing
We welcome all contributions! See the Contributing Guide for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for myst_docutils-0.16.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0e492ca2a93bd8270620a5539b0b04e7b6296a2f85dc33a0bda69f59a1a6343 |
|
MD5 | 5e360d43e915c9c85ce932dd62d810b9 |
|
BLAKE2b-256 | bc2b922f03126838cc0adeb191c32a1738df4d6aa790bd43392bd05e045b659c |