📘 The common usage of markdown can be used in the hexo environment.
1 Title
😕 Input
1 | # Example of Level 1 Title |
😯 Output
Example of Level 1 Title
Example of Level 2 Title
Example of Level 3 Title
Example of Level 4 Title
Example of Level 5 Title
2 Paragraph
😕 Input
1 | *Italicized text* |
😯 Output
Italicized text
Bold text
Bold italic textLine-through
Underline text
Color textCentered text Right aligned text
(A blank line above)
(A dividing line)
3 List
3.1 Unordered List
😕 Input
1 | * First item of unordered list |
😯 Output
- First item of unordered list
- Second item of unordered list
- Third item of unordered list
3.2 Ordered List
😕 Input
1 | 1. First item of ordered list |
😯 Output
- First item of ordered list
- Second item of ordered list
- Third item of ordered list
3.3 Nested List
😕 Input
1 | 1. First item: |
😯 Output
- First item:
- First nested element of the first item
- Second nested element of the first item
- Second item:
- First nested element of the second item
- Second nested element of the second item
4 Block
4.1 Common usage
😕 Input
1 | > Yimmy's blog |
😯 Output
Yimmy’s blog
Now or never.
4.2 Nested Block
😕 Input
1 | > Outer layer |
😯 Output
Outer layer
First nested layer
Second nested layer
4.3 Block in List
😕 Input
1 | * First item |
😯 Output
- First item
Yimmy’s blog
Now or never. - Second item
5 Other common usage
5.1 Link
😕 Input
1 | This is [Baidu's homepage](https://www.baidu.com/). |
😯 Output
This is Baidu’s homepage.
5.2 Figure
😕 Input
1 |  |
😯 Output
5.3 Table
😕 Input
1 | I suggest using a table generator. |
😯 Output
tablesgenerator