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 330e96a commit 0cea33dCopy full SHA for 0cea33d
README.md
@@ -38,7 +38,7 @@ Or for package development:
38
git clone https://github.com/executablebooks/MyST-Parser
39
cd MyST-Parser
40
git checkout master
41
-pip install -e .[code_style,testing,rtd]
+pip install -e .[code_style,linkify,testing,rtd]
42
```
43
44
To use the MyST parser in Sphinx, simply add: `extensions = ["myst_parser"]` to your `conf.py`.
0 commit comments