File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 33[ ![ Github-DI] [ github-ci ]] [ github-link ]
44[ ![ Coverage Status] [ cov-badge ]] [ cov-link ]
55[ ![ PyPI] [ pypi-badge ]] [ pypi-link ]
6+ [ ![ Conda] [ conda-badge ]] [ conda-link ]
67[ ![ Code style: black] [ black-badge ]] [ black-link ]
78
89> Markdown parser done right. Fast and easy to extend.
@@ -48,6 +49,12 @@ It is very simple to write complimentary extensions for both language implementa
4849
4950## Install
5051
52+ ``` bash
53+ conda install -c conda-forge markdown-it-py
54+ ```
55+
56+ or
57+
5158``` bash
5259pip install markdown-it-py
5360```
@@ -182,6 +189,8 @@ CommonMark spec and reference implementations.
182189[ github-link ] : https://github.com/ExecutableBookProject/markdown-it-py
183190[ pypi-badge ] : https://img.shields.io/pypi/v/markdown-it-py.svg
184191[ pypi-link ] : https://pypi.org/project/markdown-it-py
192+ [ conda-badge ] : https://anaconda.org/conda-forge/markdown-it-py/badges/version.svg
193+ [ conda-link ] : https://anaconda.org/conda-forge/markdown-it-py
185194[ cov-badge ] : https://coveralls.io/repos/github/ExecutableBookProject/markdown-it-py/badge.svg?branch=master
186195[ cov-link ] : https://coveralls.io/github/ExecutableBookProject/markdown-it-py?branch=master
187196[ black-badge ] : https://img.shields.io/badge/code%20style-black-000000.svg
You can’t perform that action at this time.
0 commit comments