|
Paragraph
Another paragraph
|
Paragraph
Another paragraph
|
line
break
|
line \
break
|
| Emphasis |
*Emphasis* |
| Strong emphasis |
**Strong emphasis** |
Strikethrough |
~~Strikethrough~~ |
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
|
Heading 1
===
Heading 2
---
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
|
|
|
* List item
* List item
|
- List item
- List item
|
1. List item
2. List item
|
Link
/f/forum
/u/user
/w/wiki_page
|
[Link](http://example.com)
/f/forum
/u/user
/w/wiki_page
|
Blockquote
Another paragraph
|
> Blockquote
>
> Another paragraph
|
Horizontal rule
|
Horizontal rule
---
|
Inline code |
`Inline code` |
<div>
Code block
</div>
|
~~~html
<div>
Code block
</div>
~~~
|