From 0508b0080f845862140e395a479058d66e452fb0 Mon Sep 17 00:00:00 2001 From: kakawanyifan Date: Tue, 4 Apr 2023 16:33:36 +0800 Subject: [PATCH] =?UTF-8?q?linkTarget=3D{'=5Fblank'}=EF=BC=8C=E8=BF=99?= =?UTF-8?q?=E4=B8=AA=E5=AF=B9=E4=BA=8E=E5=AF=B9=E8=AF=9D=E6=A1=86=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E9=93=BE=E6=8E=A5=EF=BC=8C=E4=BC=9A=E5=9C=A8=E6=96=B0?= =?UTF-8?q?=E7=9A=84tab=E9=A1=B5=E6=89=93=E5=BC=80=EF=BC=8C=E4=BD=93?= =?UTF-8?q?=E9=AA=8C=E6=9B=B4=E5=A5=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/markdown.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/markdown.tsx b/app/components/markdown.tsx index 88e0f66f..25991d74 100644 --- a/app/components/markdown.tsx +++ b/app/components/markdown.tsx @@ -67,6 +67,7 @@ export function Markdown(props: { content: string }) { components={{ pre: PreCode, }} + linkTarget={'_blank'} > {props.content}