1
0
Fork 0

clarify usage

This commit is contained in:
Waylon Flinn 2016-03-11 08:06:29 -06:00
parent 2f0dd45d52
commit c5a0bbc556
2 changed files with 5 additions and 1 deletions

View file

@ -6,10 +6,14 @@ KaTeX is fast. This plugin makes it easy to support it in your markdown.
## Usage
Install the plugin
```
npm install markdown-it-katex
```
Include it in your javascript
```javascript
var md = require('markdown-it')(),
mk = require('markdown-it-katex');

View file

@ -1,6 +1,6 @@
{
"name": "markdown-it-katex",
"version": "1.0.1",
"version": "1.0.2",
"description": "Easy KaTeX support for markdown-it ",
"main": "index.js",
"scripts": {