Merge branch 'Yidadaa:main' into main

This commit is contained in:
Clarence Dan
2023-04-04 17:23:56 +08:00
committed by GitHub

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>