Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.47 KB

characters-escape.md

File metadata and controls

22 lines (19 loc) · 1.47 KB

Characters Escape

Characters Escape

You can use a backslash to escape the following characters.

Character Name
\ backslash
` backtick (see also escaping backticks in code)
* asterisk
_ underscore
{ } curly braces
[ ] brackets
< > angle brackets
( ) parentheses
# pound sign
+ plus sign
- minus sign (hyphen)
. dot
! exclamation mark
| pipe (see also escaping pipe in tables)