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