fix: support custom links in markdown (#26211)
This commit is contained in:
parent
88fb342887
commit
d2adc858cb
|
|
@ -67,6 +67,7 @@ function SafeMarkdown({
|
|||
rehypePlugins={rehypePlugins}
|
||||
remarkPlugins={[remarkGfm]}
|
||||
skipHtml={false}
|
||||
transformLinkUri={null}
|
||||
>
|
||||
{source}
|
||||
</ReactMarkdown>
|
||||
|
|
|
|||
Loading…
Reference in New Issue