0

What ist the right markdown syntax for opening an external link in a "_blank" window from a bitbucket ticket?

Following versions do not work:

[link](http://www.example.com target="_blank")

[link](http://www.example.com){:target="_blank"}

[link](http://www.example.com target="_blank")

<a href="http://www.example.com" target="_blank">link</a>
Jan Viehweger
  • 522
  • 5
  • 19
  • 1
    http://stackoverflow.com/questions/4425198/markdown-target-blank - duplicated – Taras Kumpanenko Apr 28 '16 at 10:04
  • thanks but this does'nt work. see my non working examples. – Jan Viehweger Apr 28 '16 at 10:16
  • I expect Bitbucket is stripping out the raw HTML (their competitor, GitHub, certainly does) for security reasons and they mostly likely do not support the other non-standard styles. In order words, you can;t do this on Bitbucket. This is still a duplicate. – Waylan Apr 28 '16 at 19:31

0 Answers0