Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to use links in markdown with @ character?

szikszail
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 11, 2019

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:

  • Escaping:
    [link](http://here/is/the/\@/url)
  • Encoding:
    [link](http://here/is/the/%40/url)
  • Delimiters:
    [link](<http://here/is/the/@/url>)
  • Link label:
    [link][1]

    [1]: http://here/is/the/@/url

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events