Skip to content

Instantly share code, notes, and snippets.

@higuma
Last active August 26, 2022 02:40
Show Gist options
  • Save higuma/8bab3e3f79105907797cdfe243f19033 to your computer and use it in GitHub Desktop.
Save higuma/8bab3e3f79105907797cdfe243f19033 to your computer and use it in GitHub Desktop.
Backslash escapes in GitHub Markdown

Backslash escapes in Markdown

Backslash escape effects for all ASCII printable characters (→ source)

U+ 0 1 2 3 4 5 6 7 8 9 A B C D E F
0020 \
\
\!
!
\"
"
\#
#
\$
$
\%
%
\&
&
\'
'
\(
(
\)
)
\*
*
\+
+
\,
,
\-
-
\.
.
\/
/
0030 \0
\0
\1
\1
\2
\2
\3
\3
\4
\4
\5
\5
\6
\6
\7
\7
\8
\8
\9
\9
\:
:
\;
;
\<
<
\=
=
\>
>
\?
?
0040 \@
@
\A
\A
\B
\B
\C
\C
\D
\D
\E
\E
\F
\F
\G
\G
\H
\H
\I
\I
\J
\J
\K
\K
\L
\L
\M
\M
\N
\N
\O
\O
0050 \P
\P
\Q
\Q
\R
\R
\S
\S
\T
\T
\U
\U
\V
\V
\W
\W
\X
\X
\Y
\Y
\Z
\Z
\[
[
\\
\
\]
]
\^
^
\_
_
0060 \`
`
\a
\a
\b
\b
\c
\c
\d
\d
\e
\e
\f
\f
\g
\g
\h
\h
\i
\i
\j
\j
\k
\k
\l
\l
\m
\m
\n
\n
\o
\o
0070 \p
\p
\q
\q
\r
\r
\s
\s
\t
\t
\u
\u
\v
\v
\w
\w
\x
\x
\y
\y
\z
\z
\{
{
|
|
\}
}
\~
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment