2

In the comments, you can use

`\`` 

to escape a (code formatted) backtick, like so:

Entering a code formatted backtick in a comment

resulting in

Resulting code formatted backtick in a comment

However, in question (and answer) posts, it doesn't work. It ends up looking like three backticks: ```.

To get what you want you have to use <code>...</.code>, or least that is how I worked around the issue:

<code>`</code> 

which gives: `

3
  • 6
    I doubt a single backslash ever worked: meta.stackexchange.com/a/347313 Commented Apr 4, 2024 at 8:35
  • Oh right, I hadn't seen that. Well, that's a shame. Thanks. Commented Apr 4, 2024 at 9:25
  • 1
    That would be yet another deviation of comment Markdown from CommonMark. You are supposed to write `` ` ``. But in comment Markdown this results in `` ` ``. Commented Apr 6, 2024 at 7:21

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.