Markdown Elements
Heading level one
# Text
Text
====
Heading level two
## Text
Text
----
Paragraph
Text
Italic
*Text*
_Text_
Bold
**Text**
__Text__
Line break
Text··
Text
Text\
Text
Link
[Text](URL)
[Text][1]
⋮
[1]: URL
Auto Link
<URL with scheme>
Image

![Alternative text][1]
⋮
[1]: URL
List
- Text
- Text
- Text
* Text
* Text
* Text
+ Text
+ Text
+ Text
Numbered list
1. Text
2. Text
3. Text
1) Text
2) Text
3) Text
Block quotation
> Text
Code span
`Text`
Code block
```
Text
```
~~~
Text
~~~
····Text
⇥Text