MarkDown Sintaxis

Inliners

*normal emphasis with asterisks*
_normal emphasis with underscore_
**strong emphasis with asterisks**
__strong emphasis with underscore__
This is some text *emphased* with asterisks.

Headers

Header 1 
======== 
Header 2
--------
# Header 1 #
## Header 2 ##
###### Header at level 6

Listas

1.  Snowy
2.  Elf
3.  Boreal
* Sun
* Moon
* Earth
* Ingredients
     o Milk
     o Eggs
* Recipies
     1. Pancake
     2. Waffle
1.  First paragraph.
    Second paragraph.
2.  Another list item.
3.  Yet another.

Listas de definicin

Apple
:   Pomaceous fruit of plants of the genus Malus in 
    the family Rosaceae.
Orange
:   The fruit of an evergreen tree of the genus Citrus.

Links

Normales

This is [an example](http://example.com/ "Title") inline link.
[This link](http://example.net/) has no title attribute.

Referenciados a pie de pgina

I get 10 times more traffic from [Google] [1] than from
[Yahoo] [2] or [MSN] [3].
[1]: http://google.com/        "Google"
[2]: http://search.yahoo.com/  "Yahoo Search"
[3]: http://search.msn.com/    "MSN Search"

Automticos

<http://google.com/>
<>

Tablas

| First Header  | Second Header |
| ------------- | ------------- |
| Content Cell  | Content Cell  |
| Content Cell  | Content Cell  |

Lineas divisorias

* * *
***
*****
- - -
---------------------------------------