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