Written with StackEdit.
Header 1
=======
Header 2
-----
# Also header 1
## Also Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6
># Paragraph Examples
This is my new paragraph example
This is my second paragraph
Italic
_Italic_
Italic*Italic*
Strong
__Strong__
Strong**Strong**
_intra_word
_intra_word
intraword*intra*word
*intra*Word
\*intra\*Word
text in quotes
code here
code here with 4 spaces to init codeinto
textCode In Block
- item 1
- Item 2
- Item 3
- Item 3 with 2 spaces
* item 1 + Item 2 - Item 3 * Item 3 with 2 spaces
- Item 1
- Item 2
- Item 3 4. Item 4 with 4 spaces
1. Item 1 2. Item 2 3. Item 3 4. Item 4 with 4 spaces
Paragraph 2
Paragraph 3
Paragraph 1
---
Paragraph 2
___
Paragraph 3
***
Example to link Google.
A link distant like this
Example to link [Google](http://google.com "Google search").
A link distant like [this][msb]
<http://example.com>
<[email protected]>
[msb]:http://bing.com "Bing search engine"
Inline image:

Image referenced
![300x300 demo][Demo300]
[Demo300]:http://placehold.it/300 "300-pixel squared placeholder"
-
- text html inline
<dl>
<dt>
<p>
<dd>text html inline</dd>
</dt>
</dl>
Col Head 1 | Col Head 2 | Col Head 3 |
---|---|---|
R1, C1 | R1, C2 | R1, C3 |
R2, C1 | R2, C2 | R2, C3 |
R3, C1 | R3, C2 | R3, C3 |
| Col Head 1 | Col Head 2 | Col Head 3 |
| --- | --- | --- |
| R1, C1 | R1, C2 | R1, C3 |
| R2, C1 | R2, C2 | R2, C3 |
| R3, C1 | R3, C2 | R3, C3 |