Markdown formatting tips (advanced)
| # your text | → | Your Text |
| ## your text | → | Your Text |
| ### your text | → | Your Text |
| _your text_ | → | your text |
| *your text* | → | your text |
| **your text** | → | your text |
| `my code` | → | my code |
* Bulleted list * Second item | → | • Bulleted list • Second item |
1. Numbered list 1. Second item | → | 1. Numbered list 2. Second item |
| [link name](URL) | → | link name |
| *** | → | Horizontal ruler |
<http://url> <email@add.com> | → | Auto-linked |
|  | → | Image |