fix: support custom links in markdown (#26211)

This commit is contained in:
Ville Brofeldt 2023-12-07 13:51:15 -08:00 committed by GitHub
parent 88fb342887
commit d2adc858cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ function SafeMarkdown({
rehypePlugins={rehypePlugins} rehypePlugins={rehypePlugins}
remarkPlugins={[remarkGfm]} remarkPlugins={[remarkGfm]}
skipHtml={false} skipHtml={false}
transformLinkUri={null}
> >
{source} {source}
</ReactMarkdown> </ReactMarkdown>