Skip to content
Snippets Groups Projects
Commit 0f0da481 authored by iktakahiro's avatar iktakahiro
Browse files

Merge branch 'release/3.0.1'

# Conflicts:
#	package.json
parents 12b51175 7ae4caba
Branches
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