From 8981df47cc339cc8f98a813c7a7110335a904bf0 Mon Sep 17 00:00:00 2001 From: Likename Haojie Date: Fri, 11 Oct 2024 19:34:42 +0800 Subject: [PATCH] fix: dialog box cannot correctly display LaTeX formulas The reply in the dialog box cannot correctly display LaTeX formulas. --- web/app/components/base/markdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/markdown.tsx b/web/app/components/base/markdown.tsx index 39a399cc9f73c9..dbe408788253b7 100644 --- a/web/app/components/base/markdown.tsx +++ b/web/app/components/base/markdown.tsx @@ -245,7 +245,7 @@ export function Markdown(props: { content: string; className?: string }) { return (