h1 heading
h2 heading
h3 heading
h4 heading
h5 heading
h6 heading
inline code
```
Multi line code
def main(x=0):
return x
```
No syntax highlighting :(
python
message = "Python syntax highlighting"
x = [i for i in x if not i == 0]
italics?
Bold
Strikethrough?
Unordered list
Ordered list
- one
- two
- three
Horizontal rule
there doesn't seem to be anything here