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 3
3
[ ![ Github-DI] [ github-ci ]] [ github-link ]
4
4
[ ![ Coverage Status] [ cov-badge ]] [ cov-link ]
5
5
[ ![ PyPI] [ pypi-badge ]] [ pypi-link ]
6
+ [ ![ Conda] [ conda-badge ]] [ conda-link ]
6
7
[ ![ Code style: black] [ black-badge ]] [ black-link ]
7
8
8
9
> 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
48
49
49
50
## Install
50
51
52
+ ``` bash
53
+ conda install -c conda-forge markdown-it-py
54
+ ```
55
+
56
+ or
57
+
51
58
``` bash
52
59
pip install markdown-it-py
53
60
```
@@ -182,6 +189,8 @@ CommonMark spec and reference implementations.
182
189
[ github-link ] : https://github.com/ExecutableBookProject/markdown-it-py
183
190
[ pypi-badge ] : https://img.shields.io/pypi/v/markdown-it-py.svg
184
191
[ 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
185
194
[ cov-badge ] : https://coveralls.io/repos/github/ExecutableBookProject/markdown-it-py/badge.svg?branch=master
186
195
[ cov-link ] : https://coveralls.io/github/ExecutableBookProject/markdown-it-py?branch=master
187
196
[ black-badge ] : https://img.shields.io/badge/code%20style-black-000000.svg
You can’t perform that action at this time.
0 commit comments