Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active November 10, 2025 10:35
Show Gist options
  • Select an option

  • Save mcandre/8d76e076b2495fd8b36f439ec5033116 to your computer and use it in GitHub Desktop.

Select an option

Save mcandre/8d76e076b2495fd8b36f439ec5033116 to your computer and use it in GitHub Desktop.

GitHub-flavored Markdown does not use C-style escapes for escaping backticks inside spans. Instead, GFM uses double, significant whitespaced, backticks.

Two backticks, then a space, then a backtick, then a space, then two more backticks:

`` ` ``

produces:

`

@dwiyatci
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment