# This is an h1 header
## This is an h2 header
###### This is an h6 header
*This text will be italic*
**This text will be bold**
_This will be underline_
~~This will be strikethrough~~
_You ***can*** combine them_
This text will be italic
This text will be bold
This will be underline
This will be strikethrough
You can combine them
Unordered
* Item 1
* Item 2
* Item 2a
* Item 2b
Ordered
1. Item 1
1. Item 2
1. Item 3
1. Item 3a
1. Item 3b
![GitHub Logo](/images/logo.png)
http://github.com - automatic!
[GitHub](http://github.com)
http://github.com - automatic!
GitHub
As Kanye West said:
> We're living the future so
> the present is our past.
>> nested
As Kanye West said:
We're living the future so
the present is our past.nested
I think you should use an `<addr>` element here instead.
I think you should use an <addr>
element here instead.
``` if (isAwesome){ return true } ```
if (isAwesome){
return true
}
First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
---