Skip to main content
Post Reopened by Shog9
Post Closed as "Duplicate" by Himanshu, CommunityBot, Cody Gray, gnat, Doorknob
Adding examples
Source Link
Dor
  • 213
  • 2
  • 6

How can I escape a backtick?

I've tried whatever is written in the "How to Format" rubric that's on the right of the page, but it didn't work:
like _so_

I want the backtick to be written in a comment (This is why a code block isn't a solution)

Thank you.

Edit #1 (12:04 UTC):

By using CodeCaster's answer, I've managed to escape a backtick. But a funny thing happens when using the following two examples:

First example:

Code:

`like _so_\`` 

Result: `like so``

Second Example:

Code:

``like _so_\` 

Result: ``like so`

How can I escape a backtick?

I've tried whatever is written in the "How to Format" rubric that's on the right of the page, but it didn't work:
like _so_

I want the backtick to be written in a comment (This is why a code block isn't a solution)

Thank you.

How can I escape a backtick?

I've tried whatever is written in the "How to Format" rubric that's on the right of the page, but it didn't work:
like _so_

I want the backtick to be written in a comment (This is why a code block isn't a solution)

Thank you.

Edit #1 (12:04 UTC):

By using CodeCaster's answer, I've managed to escape a backtick. But a funny thing happens when using the following two examples:

First example:

Code:

`like _so_\`` 

Result: `like so``

Second Example:

Code:

``like _so_\` 

Result: ``like so`

Source Link
Dor
  • 213
  • 2
  • 6

Escaping backtick

How can I escape a backtick?

I've tried whatever is written in the "How to Format" rubric that's on the right of the page, but it didn't work:
like _so_

I want the backtick to be written in a comment (This is why a code block isn't a solution)

Thank you.