Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active January 25, 2024 16:06
Show Gist options
  • Save mcandre/8d76e076b2495fd8b36f439ec5033116 to your computer and use it in GitHub Desktop.
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:

`

@jonathanneo
Copy link

jonathanneo commented Sep 14, 2023

@patbl I missed the part about issue titles. I'm not sure in that case.

@dwiyatci
Copy link

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