Code


Text with inline-style `code`

```
Use three back-ticks to surround a block of code.
Like this one.
```

Bold


**text** (Two asterisk characters, followed by text, and two final asterisks)
__text__ (Two underline characters, followed by text, and two final underlines)

Headers


#      h1
##     h2
###    h3
####   h4
#####  h5
###### h6

Images


![alt text](http://www.examplelink.com/toImage.png "Image Text")
![alt text](http://www.examplelink.com/toImage.png =number-to-set-size "Image Text")

Italic


*text* (Asterisk character, followed by text, and final asterisk)
_text_ (Underline character, followed by text, and final underline)

Links


[Text to be linked inline-style](http://www.examplelink.com)
[Inline-style with Title](http://www.examplelink.com "Title Text")

Lists


1.    (Use a number to identify the item of a ordered list)
*,-,+ (Unordered sublists items can use any of these characters)

Quote


> [space] text ("greater than" followed by space and the quoted text)

Striketrough


~~text~~(Two Tilde characters surrounding the text)

Table


|text|Text|Text| (A pipe character defines columns. Repeat for every row)
|=| Use this character sequence to mark the previous row as the table header.