Skip to content

Commit

Permalink
Disable parsing raw HTML in markdown (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnguonly authored Dec 14, 2024
1 parent 64ec17f commit 4c2b1fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ChatBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ const ChatBar: React.FC = () => {
<Message.CustomContent>
<Markdown
options={{
disableParsingRawHTML: true,
overrides: {
pre: PreBlock,
code: CodeBlock,
Expand Down

0 comments on commit 4c2b1fb

Please sign in to comment.