Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
tutoriales-base:tutoriales:formato-basico-de-texto [2024/10/23 15:16] – upadmin | tutoriales-base:tutoriales:formato-basico-de-texto [2024/10/27 15:20] (actual) – upadmin | ||
---|---|---|---|
Línea 42: | Línea 42: | ||
" | " | ||
+ | ====Saltos de linea==== | ||
+ | Si queremos forzar un salto de linea sin generar un nuevo párrafo deberemos usar dos barras invertidas y un espacio antes de escribir el contenido de la siguiente linea. | ||
- | **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. | + | Así, el siguiente código: |
- | This is some text with some linebreaks\\ Note that the | + | < |
- | two backslashes are only recognized at the end of a line\\ | + | " |
- | or followed by\\ a whitespace \\this happens without it. | + | </ |
- | This is some text with some linebreaks\\ Note that the | + | Generara: |
- | two backslashes are only recognized at the end of a line\\ | + | |
- | or followed by\\ a whitespace \\this happens without it. | + | |
- | You should use forced newlines only if really needed. | + | " |
+ | |||
+ | ~~NOTOC~~ |