Adding markdown + katex support

This commit is contained in:
2026-06-25 03:00:21 -07:00
parent 535c4c4943
commit 5585d497c9
5 changed files with 59 additions and 8 deletions
+4 -2
View File
@@ -1,5 +1,5 @@
{
"name": "calebburke-web",
"name": "calebburkedev-web",
"private": true,
"version": "0.1.0",
"type": "module",
@@ -21,9 +21,11 @@
"dompurify": "^3.3.3",
"grid-layout-plus": "^1.1.1",
"js-yaml": "^4.1.0",
"katex": "^0.17.0",
"lodash": "^4.17.21",
"luxon": "^3.7.2",
"marked": "^17.0.5",
"marked-katex-extension": "^5.1.10",
"md5": "^2.3.0",
"qs": "^6.14.0",
"validator": "^13.15.26",
@@ -60,4 +62,4 @@
"vitest": "^3.2.4",
"vue-tsc": "^3.2.1"
}
}
}