Skip to content

Commit

Permalink
fix: markdown breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Feb 13, 2025
1 parent d9d86a4 commit 20c615a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/chat/MarkdownRenderer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
html: (html) => escapeHTML(html),
},
gfm: true,
breaks: true,
});
DOMPurify.addHook("afterSanitizeAttributes", (node) => {
Expand Down

0 comments on commit 20c615a

Please sign in to comment.