Opening and closing code tags should be on their own line ![]()
There is another way to use code tags
- For a block of code three back ticks on their own line followed by the code followed by another 3 back ticks.
```
code
``` - For a single statement inline use a single back tick followed by the statement followed by a another single back tick.
`statement`