Andrà Malo wrote:
* Mladen Turk wrote:


What about adding <pre> to <code> rendering, or another tag that will
render the text as typed in, so that both spaces and carriage
returns are preserved?


Perhaps a new tag named <source> (we are using something similar on
jakarta), that will have the style like <code> but withing <pre></pre>?


There's <example> for that. <pre> is also possible (also within <example>), but discouraged, because of its bad layout behaviour. Indentations within example can be done with <indent>.



I didn't know it's discouraged.
For example:

    <code>
    <pre>
worker     a    b    c    d
lbfactor  25   25   25   25
lbstatus   0    0    0    0
    </pre>
    </code>

Also that was my original intention (have no idea why I used tables
for that).


-- Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to