We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20674f8 commit 3382fd3Copy full SHA for 3382fd3
package.json
@@ -18,7 +18,6 @@
18
"d3-require": "^1.2.4",
19
"emoji-regex": "^10.0.0",
20
"framer-motion": "^6.2.8",
21
- "katex": "^0.12.0",
22
"lezer-clojure": "1.0.0-rc.0",
23
"markdown-it": "^14.1.0",
24
"markdown-it-block-image": "^0.0.3",
@@ -34,6 +33,7 @@
34
33
},
35
"devDependencies": {
36
"esbuild": "^0.12.28",
+ "katex": "^0.12.0",
37
"shadow-cljs": "^2.19.3"
38
}
39
src/deps.cljs
@@ -1,6 +1,5 @@
1
{:npm-deps
2
- {"katex" "^0.12.0"
3
- "markdown-it" "^14.1.0"
+ {"markdown-it" "^14.1.0"
4
"markdown-it-block-image" "^0.0.3"
5
"markdown-it-footnote" "^3.0.3"
6
"markdown-it-texmath" "^1.0.0"
0 commit comments