diff --git a/src/renderer/src/pages/home/Markdown/Markdown.tsx b/src/renderer/src/pages/home/Markdown/Markdown.tsx index 59faf803..0b810c49 100644 --- a/src/renderer/src/pages/home/Markdown/Markdown.tsx +++ b/src/renderer/src/pages/home/Markdown/Markdown.tsx @@ -46,7 +46,6 @@ const Markdown: FC = ({ message }) => { className="markdown" rehypePlugins={rehypePlugins} remarkPlugins={[remarkMath, remarkGfm]} - disallowedElements={['style']} components={ { a: Link,