We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24009bb commit d010a30Copy full SHA for d010a30
src/components/chat/chat-message.tsx
@@ -15,7 +15,7 @@ interface ChatMessageProps {
15
}
16
17
const md = new MarkdownIt({
18
- html: true,
+ html: false, // Disables raw HTML in source markdown for XSS protection
19
linkify: true,
20
typographer: true,
21
breaks: true,
0 commit comments