|
|
|
<autoformat></autoformat>
Provided by module: Tags: RXML 2 tags
Replaces newlines with
<br />:s'.
<autoformat>
It is almost like
using the pre tag.
</autoformat> |
It is almost like
using the pre tag.
|
|
Attributes
- p
-
Replace empty lines with <p>:s.
<autoformat p=''>
It is almost like
using the pre tag.
</autoformat> |
It is almost like
using the pre tag.
|
|
- nobr
-
Do not replace newlines with <br />:s.
- nonbsp
-
Do not turn consecutive spaces into interleaved
breakable/nonbreakable spaces. When this attribute is not given, the
tag will behave more or less like HTML:s <pre> tag, making
whitespace indention work, without the usually unwanted effect of
really long lines extending the browser window width.
- class="string"
-
This cascading style sheet (CSS) definition will be applied on the
p elements.
|
|