Markdown Syntax Guide
A quick reference for the supported elements.
Basic Elements
Markdown allows you to write using an easy-to-read, easy-to-write plain text format.
Headers
Use # to ### for titles.
# Heading 1 ## Heading 2 ### Heading 3
Emphasis
**Bold Text** *Italic Text* ***Bold and Italic***
Lists
Unordered lists use * or -.
* Item 1 * Item 2 * Sub-item
Ordered lists use numbers.
1. First 2. Second
Quotes
> This is a blockquote.