From a2dd440f776183a582bbc9aef163cd08726cb718 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Wed, 23 Oct 2024 18:54:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=AC=E5=BC=8F=E5=8F=88=E4=B8=8D?= =?UTF-8?q?=E5=B1=85=E4=B8=AD=E4=BA=86=20#231?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/pages/home/Markdown/Markdown.tsx | 1 - 1 file changed, 1 deletion(-) 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,