Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-08-27 13:22:26 +0300
committerRobin Appelman <robin@icewind.nl>2017-08-27 13:22:26 +0300
commit1dfa99d5146f76353e98e4e723f130ffb6794202 (patch)
treea8981ec64ffddf473122de237d6c630ac226d4fb /package.json
parent706657163c9647dc354139c582e619ba1cfa3b5d (diff)
use a maintained katex plugin
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4de5ec0..2dfd61d 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,8 @@
"markdown-it-anchor": "^4.0.0",
"markdown-it-for-inline": "^0.1.1",
"markdown-it-highlightjs": "^3.0.0",
- "markdown-it-katex": "^2.0.3",
"markdown-it-table-of-contents": "^0.3.2",
+ "markdown-it-texmath": "^0.4.3",
"mermaid": "^7.0.4",
"slugify": "^1.2.1"
},
@@ -24,6 +24,7 @@
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"browserify": "^14.4.0",
+ "clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.5",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",