An extended [CommonMark](https://spec.commonmark.org/) compliant parser,
Project description
MyST-Parser
Note: myst-docutils is identical to myst-parser, 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
File details
Details for the file myst-docutils-0.19.1.tar.gz
.
File metadata
- Download URL: myst-docutils-0.19.1.tar.gz
- Upload date:
- Size: 83.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19fc58c872422bf355cf704248ef26b13306bec90baf51c8d3c0210e26d85306 |
|
MD5 | a3ec77427f4efecf5730d1297d1f7641 |
|
BLAKE2b-256 | ff102e2d5116af0fd6a5a3d2a7eb40c424dba59c7c015bc98fab916ebc41e829 |
Provenance
File details
Details for the file myst_docutils-0.19.1-py3-none-any.whl
.
File metadata
- Download URL: myst_docutils-0.19.1-py3-none-any.whl
- Upload date:
- Size: 76.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 876f1a588661e7818574cf3d6bf94fd48592023840ec3648105b7169174f58d0 |
|
MD5 | ae924c406f95f7a0d38d740053e68d12 |
|
BLAKE2b-256 | 8d7cd238cee80e36dc3d03f53ddda3a38d2e92958324a52f2e1f5726b5da1034 |