Basic markdown examples are shown below
This text is bold This text is also bold
This text is italic This text is also italic
This text is italic and bold
An h1 heading
An h2 heading
An h3 heading...
An h6 heading
A list with numbers: 1. One 2. Two 3. Three
A list with bullets: * Bullet * Bullet * Bullet
Here's a blockquote:
> Simple is better than complex
Here's a table:
| Column1 | Column 2 | Column 3 |
|---|---|---|
| Value 1 | Value 2 | Value 3 |
| Value 4 | Value 5 | Value 6 |
| Value 7 | Value 8 | Value 9 |