Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Próxima revisión
Revisión previa
tutoriales-base:tutoriales:formato-basico-de-texto [2024/10/23 14:34] – creado - editor externo 127.0.0.1tutoriales-base:tutoriales:formato-basico-de-texto [2024/10/27 15:20] (actual) upadmin
Línea 1: Línea 1:
 ====== Formato Básico de Texto ====== ====== Formato Básico de Texto ======
  
-DokuWiki supports **bold**//italic//__underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these.+====Introducción==== 
 +La Wiki soporta negritasitálicassubrayado, texto mono-espaciado y las combinaciones entre ellas.
  
-  DokuWiki supports **bold**//italic//, __underlined__ and ''monospaced'' texts. +También admite el tachado de textosub-texto y supra-texto.
-  Of course you can **__//''combine''//__** all these.+
  
-You can use <sub>subscript</sub> and <sup>superscript</sup>, too.+En este tutorial también mostraremos el manejo de párrafos y saltos de lineas.
  
-  You can use <sub>subscript</sub> and <sup>superscript</sup>, too.+====Sintaxis====
  
-You can mark something as <del>deleted</del> as well.+^Formato                      ^Sintaxis                                          ^Salida                               ^ 
 +| Negrita                     | <code>**texto en negrita**</code>                | **texto en negrita**                | 
 +| Itálica                     | <code>//texto en itálica//</code>                | //texto en itálica//                | 
 +| Subrayado                   | <code>__texto en subrayado__</code>              | __texto en subrayado__              | 
 +| Texto mono-espaciado        | <code>''texto mono-espaciado''</code>            | ''texto mono-espaciado''            | 
 +| Combinando los 4 anteriores | <code>**__//''Texto combinado''//__**</code>     | **__//''Texto combinado''//__**     | 
 +| Texto tachado               | <code><del>Texto tachado</del></code>            | <del>Texto tachado</del>            | 
 +| Sub-texto                   | <code>Texto normal <sub>Sub-texto</sub></code>   | Texto normal <sub>Sub-texto</sub>   | 
 +| Supra-texto                 | <code>Texto normal <sup>Supra-texto</sup></code> | Texto normal <sup>Supra-texto</sup> |
  
-  You can mark something as <del>deleted</del> as well.+====Párrafos====
  
-**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.+Los parrafos se crean dejando una linea en blanco.
  
-This is some text with some linebreaks\\ Note that the +Por ejemplo el siguiente código nos generara 3 párrafos:
-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 +<file> 
-  two backslashes are only recognized at the end of a line\\ +"Contenido del párrafo 1"
-  or followed by\\ a whitespace \\this happens without it.+
  
-You should use forced newlines only if really needed.+"Contenido del párrafo 2" 
 + 
 +"Contenido del párrafo 3" 
 +</file> 
 + 
 +Como se muestra a continuación. 
 + 
 +"Contenido del párrafo 1" 
 + 
 +"Contenido del párrafo 2" 
 + 
 +"Contenido del párrafo 3" 
 + 
 +====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: 
 + 
 +<file> 
 +"Contenido de la 1ra linea"\\ "Contenido de la 2da linea"\\ "Contenido de la 3ra linea" 
 +</file> 
 + 
 +Generara: 
 + 
 +"Contenido de la 1ra linea"\\ "Contenido de la 2da linea"\\ "Contenido de la 3ra linea" 
 + 
 +~~NOTOC~~
  • tutoriales-base/tutoriales/formato-basico-de-texto.1729704861.txt.gz
  • Última modificación: 2024/10/23 14:34
  • por 127.0.0.1