Markdown

Code

Use the ` symbol before and after the code snipet for inline code.
` code goes here `

```sh
code goes here
```

To escape, simply use four (or more) back ticks:

````
```
Here, the three back ticks would be printed.
```
````

Linebreak

a linebreak is simply a double space after the line before the line break

Here goes the example text␣␣
And here goes the second line.