The markdown engine we are using for BitBucket server does not support @ in links. We have been able to fix this by replacing `{{replace '/' '%2f' depName}}` with `{{replace '@' '%40' (replace '/' '%2f' depName)}}`
The markdown engine we are using for BitBucket server does not support @ in links.
We have been able to fix this by replacing
{{replace '/' '%2f' depName}}with{{replace '@' '%40' (replace '/' '%2f' depName)}}