Update Markdown.svelte

This commit is contained in:
Classic298 2025-06-16 18:08:20 +02:00 committed by GitHub
parent 4f9ce28a15
commit 9d37350b97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,8 @@
let tokens = [];
const options = {
throwOnError: false
throwOnError: false,
breaks: true
};
marked.use(markedKatexExtension(options));