Tech jibber-jabbers

Just so you know, I play Xbox/3DS/PSV too...╮(╯▽╰)╭

Mark Down Cheatsheet

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

1
2
* Item1
* Item2

Links

Visit GitHub!

Code Snippets

1
$ git clone git@github.com:yusizhang/yusizhang.github.io.git # fork yusizhang.github.io
1
Awesome code snippet