Use marked for markdown parsing

This commit is contained in:
thiloho
2024-08-23 18:43:52 +02:00
parent a833d0307c
commit 5e4ee45004
14 changed files with 94 additions and 214 deletions

View File

@@ -16,7 +16,6 @@
"@sveltejs/adapter-node": "5.2.2",
"@sveltejs/kit": "2.5.22",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@types/markdown-it": "14.1.2",
"@types/node": "22.2.0",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
@@ -28,6 +27,7 @@
"type": "module",
"dependencies": {
"highlight.js": "11.10.0",
"markdown-it": "14.1.0"
"marked": "14.0.0",
"marked-highlight": "2.1.4"
}
}