I’m adding links in the paragraph tool and I want to have the link open in a new tab. What additional markdown would I need to add to accomplish this?
Markdown syntax for a link won’t do it, but markdown editors allow html
<a href=https://www.google.com target=_blank>X</a>
4 Likes
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.