# Test markdown header 1!
## Test markdown header 2!
### Test markdown header 3!

This is regular text

- This
- is a
- list

Now we have **bold** and *italics* and ~~strikethrough~~ and **bolded ~~strikethrough~~** 

- This tests indents
    - level 1
        - level 2
        - level 2 again
        - level 2 another
    - back to level 1

1. Ohh ordered lists too!
2. Ordering again
    - Unordered lists under ordered lists??
3. Returning pack to ordered lists

```
Code blocks would be great
```

and `inline` code would be awesome as well.