@iktakahiro/markdown-it-katex
Version:
Fast math support for markdown-it with KaTeX
33 lines (32 loc) • 809 B
JSON
{
"name": "@iktakahiro/markdown-it-katex",
"version": "4.0.1",
"description": "Fast math support for markdown-it with KaTeX",
"main": "index.js",
"scripts": {
"watch": "watchify browser.js -o bundle.js -v",
"test": "node test/all.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:iktakahiro/markdown-it-katex.git"
},
"keywords": [
"markdown",
"KaTeX",
"math",
"LaTeX",
"markdown-it-plugin",
"markdown-it"
],
"author": "Takahiro Ethan Ikeuchi @iktakahiro",
"license": "MIT",
"dependencies": {
"katex": "^0.12.0"
},
"devDependencies": {
"markdown-it": "11.0.0",
"markdown-it-testgen": "0.1.6",
"tape": "5.0.1"
}
}