[glow] - No hace más que ponerle un fondo rojo a una etiqueta <span>
<span style="background-color: red;">Text con Glow</span>
[shadow] - Agrega una sombre (la etiqueta que se usa no es crossbrowser).
<span style="text-shadow: red left">Text con Shadow</span>
[pre ] - Usa las etiquetas HTML <pre>
[code ] - Agrega un <div> + <pre>
<div class="code">
<pre style="margin-top: 0; display: inline;"><span style="text-shadow: red left">Text con Code</span></pre>
</div>
[ftp ] - Un enlace FTP:
<a target="_blank" href="ftp://ruta_hacia_el_ftp">Enlace al FTP</a>
[list ]
[li ][/li][/list]
[li ][/li][/list]
[/list ]Eso genera una simple lista HTML:
[/list]
<ul style="margin-top: 0; margin-bottom: 0;">
<li></li>
<li></li>
</ul>