I use react-markdown and I wont use target in "" tag and I use <ReactMarkdown to convert markdown to HTML I can't use HTML syntax and I can't add target_black to "" tag
[Link](https://example.org/ target="_blank")
"<a href="https://example.com" target="_blank">demo</a> "
and I got the output just like this output
Why react-markdown dosn't support HTML syntax and target new window redirection and how can I add this solution