Skip to content

Commit

Permalink
fix: support custom links in markdown (apache#26211)
Browse files Browse the repository at this point in the history
(cherry picked from commit d2adc85)
  • Loading branch information
villebro authored and josedev-union committed Jan 22, 2024
1 parent 758e3c5 commit be900c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function SafeMarkdown({
rehypePlugins={rehypePlugins}
remarkPlugins={[remarkGfm]}
skipHtml={false}
transformLinkUri={null}
>
{source}
</ReactMarkdown>
Expand Down

0 comments on commit be900c8

Please sign in to comment.