Zulko / MyST-Parser

An extended commonmark compliant parser, with bridges to docutils/sphinx

Home Page:https://myst-parser.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyST-Parser

Github-CI Coverage Status Documentation Status Code style: black PyPI Conda PyPI - Downloads

An extended commonmark compliant parser, with bridges to docutils & sphinx.

Usage

To install the MyST parser, run the following in a Conda environment (recommended):

conda install -c conda-forge myst-parser

or

pip install myst-parser

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.

About

An extended commonmark compliant parser, with bridges to docutils/sphinx

https://myst-parser.readthedocs.io

License:MIT License


Languages

Language:Python 85.8%Language:HTML 13.9%Language:Shell 0.3%