# This is an <h1> tag
## This is an <h2> tag
### This is an <h3> tag
#### This is an <h4> tag
##### This is an <h5> tag
###### This is an <h6> tag
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
_You **can** combine them_**Inordered:**
* Milk
* Bread
* Wholegrain
* ButterResult:
Ordered:
1. Tidy the kitchen
1. Prepare ingredients
1. Cook delicious thingsResult:
Result:
[link](http://example.com)Result:
As Kanye West said:
> We're living the future so
> the present is our past.Result:
As Kanye West said: > We’re living the future so > the present is our past.
---Result:
**The quick brown [fox][1], jumped over the lazy [dog][2].**
[1]: https://en.wikipedia.org/wiki/Fox "Wikipedia: Fox"
[2]: https://en.wikipedia.org/wiki/Dog "Wikipedia: Dog"Result:
The quick brown fox, jumped over the lazy dog.
<button class="button-save large">Big Fat Button</button>Note: Some syntax which is not standard to native Markdown. They’re extensions of the language.
~~deleted words~~Result:
deleted words
Work in Ghost:
The quick brown fox[^1] jumped over the lazy dog[^2].
[^1]: Foxes are red
[^2]: Dogs are usually not redResult:
The quick brown fox1 jumped over the lazy dog2.
```javascript
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}Result:
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}* [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported
* [x] list syntax required (any unordered or ordered list supported)
* [x] this is a complete item
* [ ] this is an incomplete itemYou can create tables by assembling a list of words and dividing them
with hyphens - (for the first row), and then separating
each column with a pipe |:
First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second columnTyping an @ symbol, followed by a username, will notify
that person to come and view the comment. This is called an “@mention”, because you’re
mentioning the individual. You can also @mention teams within an organization.
GitHub supports emoji! Check out the Emoji Cheat Sheet.