An extended [CommonMark](https://spec.commonmark.org/) compliant parser,
Project description
MyST-Parser
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.
安装
要安装 MyST 解析器,请在 Conda 环境中 运行以下命令(推荐)
conda install -c conda-forge myst-parser
或者
pip install myst-parser
或者用于包开发
git clone https://github.com/executablebooks/MyST-Parser
cd MyST-Parser
git checkout master
pip install -e .[code_style,linkify,testing,rtd]
要在 Sphinx 中使用 MyST 解析器,只需将以下内容添加到您的 conf.py
文件中:extensions = ["myst_parser"]
。
贡献
我们欢迎所有贡献!有关详细信息,请参阅 贡献指南。
项目详情
下载文件
下载您平台对应的文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。
源代码分发
myst_parser-4.0.0.tar.gz (93.9 kB 查看哈希值)
构建分发
myst_parser-4.0.0-py3-none-any.whl (84.6 kB 查看哈希值)
关闭
myst_parser-4.0.0.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 851c9dfb44e36e56d15d05e72f02b80da21a9e0d07cba96baf5e2d476bb91531 |
|
MD5 | e702667009f8e1d054d0de2718276384 |
|
BLAKE2b-256 | 85556d1741a1780e5e65038b74bce6689da15f620261c490c3511eb4c12bac4b |
关闭
myst_parser-4.0.0-py3-none-any.whl 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | b9317997552424448c6096c2558872fdb6f81d3ecb3a40ce84a7518798f3f28d |
|
MD5 | 25125e0d61eaff86d2a0dda105c03ff0 |
|
BLAKE2b-256 | cab4b036f8fdb667587bb37df29dc6644681dd78b7a2a6321a34684b79412b28 |