Skip to main content

An extended [CommonMark](https://spec.commonmark.org/) compliant parser,

Project description

MyST-Parser

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

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 解析器文档以获取更多信息.

安装

要安装 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"]

贡献

我们欢迎所有贡献!有关详细信息,请参阅 贡献指南

项目详情


发布历史 发布通知 | RSS 源

下载文件

下载您平台对应的文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。

源代码分发

myst_parser-4.0.0.tar.gz (93.9 kB 查看哈希值)

上传时间 源代码

构建分发

myst_parser-4.0.0-py3-none-any.whl (84.6 kB 查看哈希值)

上传时间 Python 3

支持