5.22. nofill Filter
Interface
The general syntax is:
!block nofill ... !endblock
See Understanding Filter Interfaces, if necessary.
Description
The nofill filter is used to format a set of lines, i.e. lines are separated by newline characters.
Note: The address filter may be a better choice that nofill in certain cases. Unlike nofill, address is mapped to ADDRESS tags when HTML is generated. (It's then up to the browser to decide how the address is formatted.)
Examples
!block nofill Mr I.M. Lucky B.Sc. (Computing) B.Fun. (Eating) !endblock
The output is:
Mr I.M. Lucky
B.Sc. (Computing)
B.Fun. (Eating)