Table of Contents
Headers
# This is an \<h1> tag
## This is an \<h2> tag
###### This is an \<h6> tag
This is an \<h1> tag
This is an \<h2> tag
This is an \<h6> tag
Emphasis
*This text will be italic*
**This text will be bold**
This text will be italic
This text will be bold
Lists
* Item 1
* Item 2
....* Item 2a
....* Item 2b
- Item 1
- Item 2
- Item 2a
- Item 2b
Images

Format: 
Format:
Links
http://github.com - automatic!
[GitHub](http://github.com)
http://github.com - automatic!
GitHub
Tables
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 |
Syntax highlighting
```csharp
Console.WriteLine("Hello World!");
for (int i = 0 ; i < 10; i++)
{
// Code to execute.
}
```
Console.WriteLine("Hello World!");
for (int i = 0 ; i < 10; i++)
{
// Code to execute.
}
Emoji
:warning:
:heavy_check_mark:
https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md