Merge branch 'Yidadaa:main' into main

This commit is contained in:
Clarence Dan 2023-04-04 17:23:56 +08:00 committed by GitHub
commit feed9c3471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ export function Markdown(props: { content: string }) {
components={{ components={{
pre: PreCode, pre: PreCode,
}} }}
linkTarget={'_blank'}
> >
{props.content} {props.content}
</ReactMarkdown> </ReactMarkdown>