Markdown syntax
Markdown syntax
# <h1><\/h1>
## <h2><\/h2>
### <h3><\/h3>
#### <h4><\/h4>
##### <h5><\/h5>
###### <h6><\/h6>
Image

collapsible
Callabsible code</summary>
html
# A collapsible section with markdown
<details>
<summary>Click to expand!</summary>
## Heading
1. A numbered
2. list
- With some
- Sub bullets
</details>
\
</details>
Unicode in Github markdwon
name
direction
html entity
left arrow
←
←
upward arrow
↑
↑
right arrow
→
→
downward arrow
↓
↓
paragraph
blockquote
- item
- item
blockquote
<가나다라>
- item
1. item
가나다라>
html
# A collapsible section with markdown
<details>
<summary>Click to expand!</summary>
## Heading
1. A numbered
2. list
- With some
- Sub bullets
</details>
\
←
↑
→
↓
blockquote
- item
- item
blockquote
<가나다라> - item 1. item 가나다라>