markdown support

This commit is contained in:
Sebarocks 2025-07-22 17:16:14 -04:00
parent 8e8872b2d2
commit ce5f9b1b2e
3 changed files with 26 additions and 5 deletions

6
chatsbt/deno.lock generated
View file

@ -4,6 +4,7 @@
"npm:@sveltejs/vite-plugin-svelte@6": "6.1.0_svelte@5.36.8__acorn@8.15.0_vite@7.0.5__picomatch@4.0.3",
"npm:@tailwindcss/vite@^4.1.11": "4.1.11_vite@7.0.5__picomatch@4.0.3",
"npm:daisyui@^5.0.46": "5.0.46",
"npm:marked@^16.1.1": "16.1.1",
"npm:svelte@^5.35.5": "5.36.8_acorn@8.15.0",
"npm:tailwindcss@^4.1.11": "4.1.11",
"npm:vite@^7.0.4": "7.0.5_picomatch@4.0.3"
@ -639,6 +640,10 @@
"@jridgewell/sourcemap-codec"
]
},
"marked@16.1.1": {
"integrity": "sha512-ij/2lXfCRT71L6u0M29tJPhP0bM5shLL3u5BePhFwPELj2blMJ6GDtD7PfJhRLhJ/c2UwrK17ySVcDzy2YHjHQ==",
"bin": true
},
"minipass@7.1.2": {
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="
},
@ -789,6 +794,7 @@
"npm:@sveltejs/vite-plugin-svelte@6",
"npm:@tailwindcss/vite@^4.1.11",
"npm:daisyui@^5.0.46",
"npm:marked@^16.1.1",
"npm:svelte@^5.35.5",
"npm:tailwindcss@^4.1.11",
"npm:vite@^7.0.4"