Headings
# H1
## H2
### H3
#### H4
##### H5
###### H6
Cách khác
H1
===
H2
---
Bold & Italic & Strikethrough
Bold: **bold texts** or __bold texts__
Italic: *italic texts* or _italic texts_
Strikethrough: ~~strikethrough texts~~
List
1. Ordered item.
2. Ordered item.
3. Ordered item.
- Unordered item.
- Unordered item.
1. Nested ordered item.
2. Nested ordered item.
Links
[Alt](link/to/websites)
Images

Codes
Có thể sử dụng ~~~
để thay thế.
` ` `python
# code blocks
` ` `
Tables
Ta có thể sử dụng trang web này để tạo một bảng trong markdown.
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
Blockquotes
> Content of the blockquote.
> In the same paragraph of above blockquote.
Horizontal Rule
---
or
***
or
___