# Markdown
# Headings
# Heading 1## Heading 2
# Paragraph
Create paragrahs by using blank lines.
# Line Breaks
- Two or more spaces (Trailing whitespace).
# Emphasis
**bold**Two astrisks around letters to make bold.*italic*One astricks around letters to make italic.***bold and italic***Three astricks around letters to make bold and italic
# Blockquotes
> blockquotes Add a > in front of paragraph to create blockquotes
Blockquotes
Multi-line, add > to all lines
# Nested Blockquotes
Use >> for nested blockquotes
Blockquotes
Nested Blockquotes
# Lists
# Ordered Lists
1. First Item
2. Second Item