Headers
- Usage: # biggest header
- ## second-biggest header
- . . .
- ###### smallest header
- Example: # H1 ## H2 . . . ###### H6
H1
H2
. . . H6
Blockquotes
- Usage: > text
- Example: > This is a blockquote
This is a blockquote
Horizontal Lines
- Usage: ___ (3 or more underscores on a line by themselves)
Links
- Usage: [linked text](link URL)
- linked text: Text that contains a hyperlink
- link URL: URL to the new website
- Example: [linked text](http://www.flarecode.com)
- linked text
Bold and Italics
- Bold Usage: **bold text** - bold text
- Italics Usage: *italic text* - italic text
Images
- Usage: 
- alternate text: Text that shows up when the user hovers over the image with the cursor
- image URL: URL to the image
- Example: 
Flare Code supports most Markdown syntax. Markdown is described at Daring Fireball.