Escape the `@` symbol in GitLab Markdown

I'd like to be able to include the @ symbol literally in Markdown, for example in an Issue description or comment. Using \@ doesn't work. Using backticks works, but then sets the @ symbol off in the code typeface. The only way to do it is with a complex <span> expression. It seems like \@ should work.

/cc @gweaver