Skip to content
Snippets Groups Projects
Commit 6da6c3dc authored by iktakahiro's avatar iktakahiro
Browse files

Update README

parent 40dc794f
No related branches found
No related tags found
No related merge requests found
...@@ -20,14 +20,14 @@ npm install markdown-it ...@@ -20,14 +20,14 @@ npm install markdown-it
Install the plugin Install the plugin
``` ```
npm install markdown-it-katex npm install @iktakahiro/markdown-it-katex
``` ```
Use it in your javascript Use it in your javascript
```javascript ```javascript
var md = require('markdown-it')(), var md = require('markdown-it')(),
mk = require('markdown-it-katex'); mk = require('@iktakahiro/markdown-it-katex');
md.use(mk); md.use(mk);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment