Name: PLAIN-TEXT
Section:
String Operators
Synopsis:
<plain-text [FIRST-CHAR=EXPR] [NOBR=TRUE]>
%body
</plain-text>
Description:
Performs the following steps:
- Replace occurrences of pairs of newline characters with a
single
<P>
tag.
- Applies the function EXPR to the first character of every
paragraph, and inserts the closing tag after that character.
The output will start with a <P>
tag, unless the
optional argument NOBR=TRUE is given.
<plain-text first-char=<font size="+1"> nobr=true>
This is line 1.<p>
<font size="+2">T</font>his is line 2.
</plain-text>
produces:
This is line 1.
This is line 2.
Edit Pointer
Function Index
Variable Index
Variable Editor

The
META-HTML
Reference Manual V1.4
Copyright © 1995, 1996,
Brian J. Fox,
1996, 1997 Universal Access Inc.
Found a bug? Send mail to
bug-manual@metahtml.com