The Dead Simple Markdown Guide to Code | HackerNoon
Briefly

To denote a word or phrase as code, enclose it in backticks (`). This simple notation allows for clarity when discussing programming concepts or displaying syntax.
If the word or phrase you want to denote as code includes one or more backticks, you can escape it by enclosing the word or phrase in double backticks (``). This prevents confusion in code representation.
To create code blocks, indent every line of the block by at least four spaces or one tab. This formatting practice ensures that the code is visually distinct from the surrounding text.
Read at Hackernoon
[
]
[
|
]