For multi-line code blocks, use tripled tick-marks, on separate lines before and after the code.
For "inline" code, use single tick-marks, immediately before and after the code (on the same line as the code)
Thus:
This line contains `inline code content here`,
and
The following lines are in a code block:
```
Lines of code
go here
like this
```
-e