Phrase Emphasis

*italic* **bold**
_italic_ __bold__

Links

Titles are optional

An [example](http://www.ralree.info/ "Ralree") Another [example](http://www.ralree.info/) An Example
Another Example

Images

![Alt Text](/images/small-ssl-security.png)
Alt Text

Headers

# Header 1

## Header 2

###### Header 6

Lists

Ordered, without paragraphs

1. Foo
2. Bar

Unordered, with paragraphs

* A list item.

  With multiple paragraphs.

* Bar

Nested

* Abacus
  * bass
* Plaster
  1. itch
  2. butter
    * Skunk
  3. Pidgeon
* Cunning

Manual Line Breaks

End a line with two or more spaces:

Roses are red,
Violets are blue.

Blockquotes

> Email-style angle brackets
> are used for blockquotes.

> > And, they can be nested.

> #### Headers in blockquotes

>
> * You can quote a list.
> * Etc.

Code Spans

`ls` But also `` `ls` ``
ls
but also `ls`

Code Blocks

Indent every line of a code block by at least 4 spaces or 1 tab.

This is a normal paragraph.

  This is a preformatted   code block.

Horizontal Rules

Three or more dashes or asterisks:

---
* * *
- - - -