signatures:simple
Signatures are applied to blocks of text to generate different kinds of HTML tags. Here are examples of some common signatures.
| Xilize markup | browser rendering |
|
No-signature paragraph. p. Paragraph with a signature. bq. Blockquote blocks are usually indented. pre. Preformatted blocks retain spacing and are typcially in a monospaced font. bc. Blockcode is just a preformated block with @<code>@ tags added. |
No-signature paragraph. Paragraph with a signature.
Preformatted blocks retain spacing and are typcially in a monospaced font.
|
XHTML generated
<p>No-signature paragraph.</p>
<p>Paragraph with a signature.</p>
<blockquote>
<p>Blockquote blocks are usually indented.</p>
</blockquote>
<pre>Preformatted blocks retain
spacing and
are typcially in a monospaced font.</pre>
<pre><code>Blockcode is just a preformated block
with <code><code></code> tags added.</code></pre>