Diferències
Ací es mostren les diferències entre la revisió seleccionada i la versió actual de la pàgina.
| Ambdós costats versió prèvia Revisió prèvia Següent revisió | Revisió prèvia | ||
| development:markdown:start [07/07/2018 11:33] – [básicos] mate | development:markdown:start [17/11/2024 04:58] (actual) – [estilos] mate | ||
|---|---|---|---|
| Línia 1: | Línia 1: | ||
| = markdown | = markdown | ||
| - | /vía: [[https:// | + | {{tag> |
| + | * tutorial: [[https:// | ||
| + | * tutorial: [[https:// | ||
| + | * [[https:// | ||
| + | * cheat-sheet: | ||
| + | * online: [[https:// | ||
| + | * docker: [[https:// | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | /vía: [[https:// | ||
| /vía: [[http:// | /vía: [[http:// | ||
| - | == básicos | + | == cabeceras |
| * ''#'' | * ''#'' | ||
| + | * alternativamente, | ||
| * ''##'' | * ''##'' | ||
| - | | + | * alternativamente, |
| - | * '' | + | * ... |
| + | | ||
| + | |||
| + | == estilos | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | |||
| + | ==enlaces | ||
| + | * inline: < | ||
| + | * permite italica y negrita | ||
| + | * las cabeceras pueden contener enlaces | ||
| + | * reference: < | ||
| + | Here's [yet another link][another-link]. | ||
| + | And now back to [the first link][another place]. | ||
| + | |||
| + | [another place]: www.github.com | ||
| + | [another-link]: | ||
| + | * otro sistema?: < | ||
| + | * los enlaces a correos son ofuscados? | ||
| + | |||
| + | === internos | ||
| + | < | ||
| + | <a name=" | ||
| + | * los títulos asocian automaticamente un **name** o **id** (no está claro que) | ||
| + | |||
| + | /via: [[https:// | ||
| + | |||
| + | ==imagenes | ||
| + | * imagen //inline// con texto alternativo:< | ||
| + | * imagen // | ||
| + | |||
| + | ![The second first father][Second Father] | ||
| + | |||
| + | [First Father]: http:// | ||
| + | [Second Father]: http:// | ||
| + | |||
| + | == bloques | ||
| + | * añadir **>** delante de la línea | ||
| + | * para varías líneas en el mismo bloque, añadir tantos **>** como haga falta | ||
| + | * se le puede dar estilo | ||
| + | |||
| + | == listas | ||
| * lista ordenada:< | * lista ordenada:< | ||
| 1. Texto 1 | 1. Texto 1 | ||
| Línia 13: | Línia 71: | ||
| * lista desordenada:< | * lista desordenada:< | ||
| - texto 1 | - texto 1 | ||
| - | - texto 2</ | + | - texto 2 |
| - | * enlaces:< | + | |
| - | < | + | * texto 1 |
| - | * los enlaces a correos son ofuscados | + | * texto 2 |
| - | * se puede poner un texto alternativo:<code> | + | |
| - | [El buscador | + | + texto 1 |
| + | + texto 2</ | ||
| + | | ||
| + | * para insertar texto entre los elementos de una lista, dejar una línea de separación (entre los párrafos) y alinear el inicio de linea con el carácter de lista: < | ||
| + | |||
| + | 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' | ||
| + | |||
| + | == parágrafos | ||
| + | | ||
| + | * doble salto línea: //hard break// -> sepáración de parágrafos | ||
| + | * 2 espacios al final de línea: //soft break// (también para parágrafos en listas) -> salto de línea, mismo parágrafo | ||
| + | |||
| + | == línea horizontal | ||
| + | * '' | ||
| + | |||
| + | == tablas | ||
| + | < | ||
| + | | Tables | ||
| + | | ------------- |: | ||
| + | | col 3 is | right-aligned | $1600 | | ||
| + | | col 2 is | centered | ||
| + | | zebra stripes | are neat | $1 | | ||
| + | </ | ||
| + | < | ||
| + | Markdown | Less | Pretty | ||
| + | --- | --- | --- | ||
| + | *Still* | `renders` | **nicely** | ||
| + | 1 | 2 | 3 | ||
| + | </ | ||
| + | * mínimo 3 (como ejemplo 2) | ||
| + | * los dos puntos indican la justificación | ||
| + | |||
| + | == restos | ||
| * para insertar código, solo se ha de indentar | * para insertar código, solo se ha de indentar | ||