From 44106fa05b0b08278885ad20b0195c01d16d5f72 Mon Sep 17 00:00:00 2001 From: kimgho Date: Mon, 1 Sep 2025 01:49:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A7=88=ED=81=AC=EB=8B=A4=EC=9A=B4=20?= =?UTF-8?q?=EC=A4=84=EB=B0=94=EA=BF=88=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mosu-app/src/entities/posts/ui/MarkDown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mosu-app/src/entities/posts/ui/MarkDown.tsx b/mosu-app/src/entities/posts/ui/MarkDown.tsx index 6213c6cd..704731b4 100644 --- a/mosu-app/src/entities/posts/ui/MarkDown.tsx +++ b/mosu-app/src/entities/posts/ui/MarkDown.tsx @@ -8,7 +8,7 @@ export const MarkDownRenderer = ({ content, ...props }: MarkDownRendererProps) = return (
h1]:my-1")} + className={cn(props.className, "prose max-w-none [&>h1]:my-1 [&_p]:whitespace-pre-line")} dangerouslySetInnerHTML={{ __html: content }} /> );