Headings
1
2
3
| # The largest heading (an <h1> tag)
## The second largest heading (an <h2> tag)
###### The 6th largest heading (an <h6> tag)
|
Blockquotes
In the words of Abraham Lincoln:
Pardon my french
Styling text
1
2
3
| *This text will be italic*
**This text will be bold**
**Everyone _must_ attend the meeting at 5 o'clock today.**
|
Lists
Unordered lists
Links
Visit GitHub!
Code Snippets
1
| $ git clone git@github.com:yusizhang/yusizhang.github.io.git # fork yusizhang.github.io
|