Replace marked.min.js with the marked npm package and update all references accordingly.

This commit is contained in:
2026-03-19 12:28:14 +01:00
parent 2b8659499a
commit ff14061dfd
7 changed files with 23 additions and 157 deletions

View File

@@ -19,5 +19,8 @@
"tailwindcss": "^4.2.1",
"vite": "^8.0.0",
"vite-plugin-static-copy": "^3.3.0"
},
"dependencies": {
"marked": "^17.0.4"
}
}