Help

Markdown Reference

### Heading 3

Heading 3

#### Heading 4

Heading 4

**bold text** bold text
_italic text_ italic text
> Quoted text paragraph
>
> <small>**Name**, Some Source</small>
Quoted text paragraph

Name, Some Source
* Bullet list
- or this
+ or even this
  • Bullet list
  • or this
  • or even this
1. Numbered list
1. another item
4. and another
  1. Numbered list
  2. order doesn't matter
  3. just like so
Link to [my site](http://mysite.com "Some title") Link to my site
Button HTML code with site color:
<a class="button" href="http://mysite.com">My Button</a>
My Button
Button with arrow HTML code:
<a class="button right-arrow" href="http://mysite.com">My Button & Arrow</a>
My Button & Arrow
Plain button HTML code:
<a class="button plain" href="http://mysite.com">My Plain Button</a>
My Plain Button
Online reference Use this site to practice writing Markdown styles.