Is there a way to make the link written in the githubs method open in a new tab? All the posts that I found related to this suggest using HTML and target="_blank"
, which is good with me, but this does not work. For example, this link:
<a href="http://stackoverflow.com" target="_blank">Go</a>
Does not open in a new tab. I'm not interested in answering all kinds of markup syntaxes, but only in a solution that will work when I write my markdown on github.
Plaul source share