| 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. |
| Markdown | Result |
|---|---|
| # First Header | First Header |
| ## Second Header | Second Header |
| ### Third Header | Third Header |
| 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. |
| Link to [Google](http://google.com). | Link to Google. |
| Send me an email at . | Send me an email at address@example.com. |
|  | ![]() |
| Markdown | Result |
|---|---|
| * Milk * Bread * Cheese * Cheddar * Camembert * Rice |
|
| 1. Milk 2. Bread 3. Cheese 1. Cheddar 2. Camembert 4. Rice |
|