Anyone know how to escape the @
character in markdown on BitBucket wiki? In my case @ is immediately followed by the word which happened to be someone's user name, i.e. @blahblah
. What I've tried so far:
\@
'@
&\#64;
but none of those works. Shielding is just ignored, and when I'm using a character code, it just outputs it as is.
In Markdown, you can escape various characters using a backslash ( \ ), so if you wanted to type C#, you would use C\# .
Bitbucket Data Center and Server uses Markdown for formatting text, as specified in CommonMark (with a few extensions).
It sounds strange, but you can insert an invisible character between @
and text (e.g. zero width space).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With