¡Esta es una revisión vieja del documento!
Texto Sin Formato
Introducción
Es posible crear texto plano, es decir que se muestre en la pagina tal cual ha sido tipeado, sin formato alguno.
Esto evita que el texto sea renderizado por la wiki.
Sintaxis
Existen dos formas de lograr texto sin formato:
- Usando la etiqueta
<nowiki> </nowiki>
- Encerrando el texto entre dos signos de porcentaje al inicio y al final:
%% Texto %%
<nowiki>
tags or even simpler, with double percent signs %%
.
This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. The same is true for //__this__ text// with a smiley ;-).
<nowiki> This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. </nowiki> The same is true for %%//__this__ text// with a smiley ;-)%%.