387590772-markdown-cheatsheet-pdf.pdf
/vía: https://daringfireball.net/projects/markdown/syntax
/vía: http://desarrollandowebsdinamicas.blogspot.com/2013/03/escribir-archivos-markdown-en-sublime.html
#
: H1=====
por debajo de la línea##
: H2—–
por debajo de la líena######
: H6 (si, hay 6 #)_texto_
: italic*texto*
énfasis**texto**
: negrita***texto***
: énfasis y negrita`texto`
: monospace``` bloques de código ```
: bloques de código (varias líneas)~~texto~~
: [El buscador de Google](http://www.google.cat/)
Here's [a link to something else][another place]. Here's [yet another link][another-link]. And now back to [the first link][another place]. [another place]: www.github.com [another-link]: www.google.com
<http://google.cat>
[El texto que quiera](#enlaceinterno) <a name="enlaceinterno"></a>bla-bla-bla
/via: https://stackoverflow.com/questions/6695439/how-to-link-to-a-named-anchor-in-multimarkdown

![The first father][First Father] ![The second first father][Second Father] [First Father]: http://octodex.github.com/images/founding-father.jpg [Second Father]: http://octodex.github.com/images/foundingfather_v2.png
1. Texto 1 2. Texto 2
- texto 1 - texto 2 * texto 1 * texto 2 + texto 1 + texto 2
1. Cut the cheese Make sure that the cheese is cut into little triangles. 2. Slice the tomatoes Be careful when holding the knife. For more help on tomato slicing, see Thomas Jefferson's seminal essay _Tom Ate Those_.
---
| Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 |
Markdown | Less | Pretty --- | --- | --- *Still* | `renders` | **nicely** 1 | 2 | 3