Table of Contents
Introduction
Information Tags
String Tags
Variable Tags
URL Tags
If Tags
Graphics Tags
Database Tags
Programming Tags
Supports System
SSI
htaccess
Image Maps
Appendix
|
<autoformat> ... </autoformat>
|
 |
<autoformat> is defined in the Main RXML parser module.
Replaces all linefeeds in the content with <br> tags.
|
|
Attributes
- nobr
-
Don't add any <br> br tags.
- pre
-
Replaces all double linefeeds with <p> tags.
Example
source code
|
<autoformat>
It is almost like
using the pre tag.
</autoformat>
|
 |
|
result
|
It is almost like
using the pre tag.
|
|
|