# L1 heading
## L2 heading with #somehashtag
One para of **bold**, *italic*, ~~strikethrough~~, `inline code`.
One para with HTML entities & > <
All one para
But short lines
With a linebreak at the end of each
Inline `with < arrows >`
Para with an embedded đ emoji.
- one
- two
- three bullets
1. One
2. Two
3. Three list items
```
one line fenced -- 8< cut here 8< code block
```
```kotlin
val x = 1 && 2 // #pachli
val y = x < 2
```
> First line of quote
> Second line of quote
Starting a line with ~~~ does not start a fenced block, you must use ```
~~~
See!
~~~
Similarly, starting a paragraph with spaces does not start a quote.
Here's some inline math: \(e^{i \pi} + 1 = 0\)
Or block level:
\[e^{i \pi} + 1 = 0\]