mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
Update Markdown.svelte
This commit is contained in:
parent
4f9ce28a15
commit
9d37350b97
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@
|
|||
let tokens = [];
|
||||
|
||||
const options = {
|
||||
throwOnError: false
|
||||
throwOnError: false,
|
||||
breaks: true
|
||||
};
|
||||
|
||||
marked.use(markedKatexExtension(options));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue