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 14:40] – upadmin | tutoriales-base:tutoriales:formato-basico-de-texto [2024/10/27 15:20] (actual) – upadmin | ||
---|---|---|---|
Línea 2: | Línea 2: | ||
====Introducción==== | ====Introducción==== | ||
- | La Wiki soporta negritas, | + | La Wiki soporta negritas, |
- | La Wiki soporta **bold**, //italic//, __underlined__ and '' | + | También admite el tachado de texto, sub-texto y supra-texto. |
- | DokuWiki supports **bold**, //italic//, __underlined__ and '' | + | En este tutorial también mostraremos el manejo de párrafos y saltos de lineas. |
- | Of course you can **__//'' | + | |
- | You can use < | + | ====Sintaxis==== |
- | | + | ^Formato |
+ | | Negrita | ||
+ | | Itálica | ||
+ | | Subrayado | ||
+ | | Texto mono-espaciado | ||
+ | | Combinando los 4 anteriores | < | ||
+ | | Texto tachado | ||
+ | | Sub-texto | ||
+ | | Supra-texto | ||
- | You can mark something as < | + | ====Párrafos==== |
- | You can mark something as < | + | Los parrafos se crean dejando una linea en blanco. |
- | **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. | + | Por ejemplo el siguiente código nos generara 3 párrafos: |
- | 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 | + | " |
- | 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. | + | " |
+ | </ | ||
+ | |||
+ | Como se muestra a continuación. | ||
+ | |||
+ | " | ||
+ | |||
+ | " | ||
+ | |||
+ | " | ||
+ | |||
+ | ====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. | ||
+ | |||
+ | Así, el siguiente código: | ||
+ | |||
+ | < | ||
+ | " | ||
+ | </ | ||
+ | |||
+ | Generara: | ||
+ | |||
+ | " | ||
+ | |||
+ | ~~NOTOC~~ |