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>