I have a markdown file, which contains a link which contains a @ character:
[link](http://here/is/the/@/url)
The link works properly in the IDE, but on Bitbucket the link is translated to the following:
<base/url/or/repo>/null
If I remove @, then it is working properly. I did not find anything whether this character would cause this, but this only happens with Bitbucket.
Note that I have already tried:
[link](http://here/is/the/\@/url)
[link](http://here/is/the/%40/url)
[link](<http://here/is/the/@/url>)
[link][1]
[1]: http://here/is/the/@/url