markdown
Markdown Cheat Sheet
Headers
# (##, etc) Headers
One
Two
Three
Four
Five
Six
Emphasis etc
_Underscores_ and *Asterisks*
Underscores and Asterisks
__Double Underscores__ and **Double Asterisks**
Double Underscores and Double Asterisks
**_Double Asterisks and Single Underscore_** or __*Double Underscores and Single Asterisks*__
Double Asterisks and Single Underscore or Double Underscores and Single Asterisks
`Code Samples`Code Samples
Or Code samples (four spaces)Or Code samples (four spaces)Either work, but backticks are easier
```
Code blocks
Go here
```Code blocks
Go hereLinks
[Xoke's github](http://xoke.github.io)
Last updated