-
- Downloads
Update reference
{ | ||
"name": "@iktakahiro/markdown-it-katex", | ||
"name": "@abreto/markdown-it-katex", | ||
"version": "3.1.0", | ||
"description": "Fast math support for markdown-it with KaTeX", | ||
"main": "index.js", | ||
... | ... | @@ -9,7 +9,7 @@ |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com:iktakahiro/markdown-it-katex.git" | ||
"url": "git+ssh://git@github.com:Abreto/markdown-it-katex.git" | ||
}, | ||
"keywords": [ | ||
"markdown", | ||
... | ... | @@ -19,7 +19,7 @@ |
"markdown-it-plugin", | ||
"markdown-it" | ||
], | ||
"author": "Takahiro Ethan Ikeuchi @iktakahiro", | ||
"author": "Abreto Fu", | ||
"license": "MIT", | ||
"dependencies": { | ||
"katex": "^0.10.0" | ||
... | ... |
Please register or sign in to comment