include markdown-it in usage instructions
This commit is contained in:
parent
5c454f62a3
commit
d24afe947e
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ Need convincing?
|
||||||
* Try it in your browser: [markdown-it-katex demo](http://waylonflinn.github.io/markdown-it-katex/)
|
* Try it in your browser: [markdown-it-katex demo](http://waylonflinn.github.io/markdown-it-katex/)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Install markdown-it
|
||||||
|
```
|
||||||
|
npm install markdown-it
|
||||||
|
```
|
||||||
|
|
||||||
Install the plugin
|
Install the plugin
|
||||||
|
|
||||||
|
|
Reference in a new issue