fix: unsafe external link (#2356)

This commit is contained in:
Joel
2024-02-02 15:42:42 +08:00
committed by GitHub
parent 04fb610fe7
commit 5a004ae429
9 changed files with 12 additions and 12 deletions

View File

@@ -144,7 +144,7 @@ export function Markdown(props: { content: string; className?: string }) {
)
},
}}
linkTarget={'_blank'}
linkTarget='_blank'
>
{/* Markdown detect has problem. */}
{props.content}