Text
Markdown | Result |
---|---|
This text is **bold**. |
This text is bold. |
This text is *italicized*. |
This text is italicized. |
`This is some code.` |
This is some code. |
Headings
Markdown | Result |
---|---|
# First Header |
First Header |
## Second Header |
Second Header |
### Third Header |
Third Header |
Quotes
> This is the first level of quoting. >> This is nested blockquote. > Back to the first level. |
This is the first level of quoting.This is nested blockquote.Back to the first level. |
Links and Images
Link to [Google](https://google.com). |
Link to Google. |
 |
![]() |
Lists
Markdown | Result |
---|---|
* Milk * Bread * Cheese * Cheddar * Camembert * Rice |
|
1. Milk 2. Bread 3. Cheese 1. Cheddar 2. Camembert 4. Rice |
|