Inline code has back-ticks around it.
code
back-ticks around
s = "Code Block Test"; print s;
Inline `code` has `back-ticks around` it. ``` s = "Code Block Test"; print s; ```