Markdown is a syntax for writing structured documents in plain text. Here are the basics to get you started:
| Markdown | Result | 
|---|---|
| ## Heading | Heading | 
| ### Heading | Heading | 
| **Strong** | Strong | 
| *Emphasis* | Emphasis | 
| *_Citation_* | Citation | 
| ~~Strikethrough~~ | |
| `Code` | Code | 
| ==Highlight== | Highlight | 
| ++Superscript++ | Superscript | 
| --Subscript-- | Subscript | 
| Blank line | New paragraph | 
| [title](URL) | Hyperlink | 
|  | Image | 
| - List of items | 
  | 
| 1. List of items | 
  | 
| > Blockquote | Blockquote  | 
| < Aside | |
| : Figure :: Caption  | 
|
| ```` Code block ````  | 
 | 
| A footnote label. [^label] [^label]: The footnote.  | 
A footnote label. 1 |