Markdown input | Output |
---|---|
# Heading One ## Heading Two ### Heading Three #### Heading Four ##### Heading Five ###### Heading Six |
Heading OneHeading TwoHeading ThreeHeading FourHeading FiveHeading Six |
Heading One =========== Heading Two ----------- |
Heading OneHeading Two |
Markdown input | Output |
---|---|
A paragraph is simply one or more consecutive lines of text, separated by one or more blank lines. This is another paragraph. |
A paragraph is simply one or more consecutive lines of text, separated by one or more blank lines. This is another paragraph. |
To create a line break, end a line in a paragraph with two or more spaces. |
To create a line |
Markdown input | Output |
---|---|
* Item 1 * Item 2 * Item 3 + Item 1 + Item 2 + Item 3 - Item 1 - Item 2 - Item 3 |
|
1. Item 1 2. Item 2 3. Item 3 |
|
* Item 1 1. Item 2 + Item 3 2. Item 4 |
|
Term : Definition |
|
Markdown input | Output |
---|---|
I am *emphasized* I am _emphasized_ |
I am emphasized I am emphasized |
I am **bold** I am __bold__ |
I am bold I am bold |