Render HTML out of markdown content

This commit is contained in:
Thilo Hohlt
2024-08-03 13:49:41 +02:00
parent d306872179
commit 0b2a9f2383
12 changed files with 171 additions and 25 deletions

View File

@@ -16,6 +16,7 @@
"@sveltejs/adapter-node": "^5.2.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.0.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
@@ -24,5 +25,9 @@
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module"
"type": "module",
"dependencies": {
"highlight.js": "^11.10.0",
"markdown-it": "^14.1.0"
}
}