RSS Amplifier

Recent Questions - Meta Stack Exchange · Apr 4, 2024

Escaping a backtick with a backslash in backtick-delimited inline code seems to be broken

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

In the comments, you can use `\`` to escape a (code formatted) backtick, like so: resulting in 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: `

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: `

Read on meta.stackexchange.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.