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
1 changed files with 1 additions and 0 deletions

View File

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