tutoriales-base:tutoriales:formato-basico-de-texto

¡Esta es una revisión vieja del documento!


Formato Básico de Texto

La Wiki soporta negritas, itálicas, subrayado, texto mono-espaciado y las combinaciones entre ellas.

También admite el tachado de texto, sub-texto y supra-texto.

Formato Sintaxis Salida
Negrita
**texto en negrita**
texto en negrita
Itálica
//texto en itálica//
texto en itálica
Subrayado
__texto en subrayado__
texto en subrayado
Texto mono-espaciado
''texto mono-espaciado''
texto mono-espaciado
Combinando los 4 anteriores
**__//''Texto combinado''//__**
Texto combinado
Texto tachado
<del>Texto tachado</del>
Texto tachado

You can use subscript and superscript, too.

You can use <sub>subscript</sub> and <sup>superscript</sup>, too.

You can mark something as deleted as well.

You can mark something as <del>deleted</del> as well.

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.

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.

  • tutoriales-base/tutoriales/formato-basico-de-texto.1729706859.txt.gz
  • Última modificación: 2024/10/23 15:07
  • por upadmin