Syntax Cheatsheet

Phrase Emphasis
*italic*   **bold**
_italic_   __bold__
Manual Line Breaks

End a line with two or more spaces:

Roses are red,   
Violets are blue.
Links
<http://web.northshield.org>

<webminister@northshield.org>
Headers
# Header 1 #

## Header 2 ##

###### Header 6
Horizontal Rules

Three or more dashes or asterisks:

---

* * *

- - - -
Lists

Ordered, without paragraphs:

1. Foo
2. Bar

Unordered, with paragraphs:

* A list item.

  With multiple paragraphs.

* Bar

You can nest them:

* Seneschal
  * Emergency Deputy
* Earl Marshal
  1.  Rapier Marshal
  2.  Armored Combat Marshal
      * Youth Combat Marshal
  3. 
* Herald
Blockquotes
> Email-style angle brackets
> are used for blockquotes.

>> And, they can be nested.

> #### Headers in blockquotes
> 
> * You can quote a list.
> * Etc.