Taula de continguts

markdown

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

cabeceras

estilos

enlaces

internos

[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

imagenes

bloques

listas

parágrafos

línea horizontal

tablas

| 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

restos