Markdown

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~~ Strikethrough
`Code` Code
==Highlight== Highlight
++Superscript++ Superscript
--Subscript-- Subscript
Blank line New paragraph
[title](URL) Hyperlink
![description](URL) Image
- List of items
  • List of items
1. List of items
  1. List of items
> Blockquote
Blockquote
< Aside
: Figure
:: Caption
Figure
Caption
````
Code block
````
Code block
A footnote label. [^label]

[^label]: The footnote.
A footnote label. 1