Add support to markdown

This commit is contained in:
2023-06-09 15:34:35 +01:00
parent 9126593eba
commit fc4cbc0b08
3 changed files with 361 additions and 343 deletions

View File

@@ -35,6 +35,7 @@
"dependencies": {
"@auth/core": "^0.2.5",
"@auth/sveltekit": "^0.1.12",
"joi": "^17.7.0"
"joi": "^17.7.0",
"snarkdown": "^2.0.0"
}
}