mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
Update Markdown.svelte
This commit is contained in:
parent
4f9ce28a15
commit
9d37350b97
@ -27,7 +27,8 @@
|
|||||||
let tokens = [];
|
let tokens = [];
|
||||||
|
|
||||||
const options = {
|
const options = {
|
||||||
throwOnError: false
|
throwOnError: false,
|
||||||
|
breaks: true
|
||||||
};
|
};
|
||||||
|
|
||||||
marked.use(markedKatexExtension(options));
|
marked.use(markedKatexExtension(options));
|
||||||
|
Loading…
Reference in New Issue
Block a user