mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Use marked for markdown parsing
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user