Basic Syntax / Escaping

Escaping Characters

How to display special characters that are normally used for formatting in Markdown.

Basic Syntax

To display characters that are normally used for formatting, use a backslash (\) before the character:

escapable Characters

Character Name
\ backslash
` backtick
* asterisk
_ underscore
curly braces
[] square brackets
() parentheses
# pound sign
+ plus sign
- minus sign/dash
. period
! exclamation mark

Examples

Display an asterisk instead of italic marker:

\*This is not italic\*

Renders as: \*This is not italic\*

Display a pound sign instead of heading:

\# This is not a heading

Renders as: \# This is not a heading

Comments

Comments are currently unavailable.

Enable GitHub Discussions for this repository and complete the giscus configuration to turn comments on.