add markdown-it to keywords
This commit is contained in:
parent
fe9c7ee1d8
commit
e785393afd
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "markdown-it-katex",
|
"name": "markdown-it-katex",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "Fast math support for markdown-it with KaTeX",
|
"description": "Fast math support for markdown-it with KaTeX",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -16,7 +16,8 @@
|
||||||
"KaTeX",
|
"KaTeX",
|
||||||
"math",
|
"math",
|
||||||
"LaTeX",
|
"LaTeX",
|
||||||
"markdown-it-plugin"
|
"markdown-it-plugin",
|
||||||
|
"markdown-it",
|
||||||
],
|
],
|
||||||
"author": "waylonflinn@gmail.com",
|
"author": "waylonflinn@gmail.com",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Reference in a new issue