We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10312e commit b9a7b7aCopy full SHA for b9a7b7a
README.md
@@ -33,21 +33,28 @@ for even more speed!
33
34
## Installation
35
36
+### PIP
37
+
38
```bash
-conda install -c conda-forge markdown-it-py
39
+pip install markdown-it-py[plugins]
40
```
41
-or
42
+or with extras
43
44
-pip install markdown-it-py[plugins]
45
+pip install markdown-it-py[linkify,plugins]
46
+```
47
48
+### Conda
49
50
+```bash
51
+conda install -c conda-forge markdown-it-py
52
53
54
or with extras
55
56
57
conda install -c conda-forge markdown-it-py linkify-it-py mdit-py-plugins
-pip install markdown-it-py[linkify,plugins]
58
59
60
## Usage
0 commit comments