You can use an extra backtick at the start and end to make sure it escapes correctly:
``List`1`` When inline it will display as List`1.
Markdown provides backslash escapes for the following characters:
\ backslash ` backtick * asterisk _ underscore {} curly braces [] square brackets () parentheses # hash mark + plus sign - minus sign (hyphen) . dot ! exclamation mark for example, this:
## \\ \` \* \_ \{ \} \[ \] \( \) \# \+ \- \. \! returns:
\ ` * _ { } [ ] ( ) # + - . !
Escaped codeblock, italics, bold, link, headings and list:
`not codeblock`, *not italics*, **not bold**, [not link](httphttps://www.googleexample.com)
# not h1
## not h2
### not h3
+ not ul
- not ul