pc:newline
note
This article is about the pc:newline Blend directive.
pc:newline
Outputs one or more newline characters.
Syntax
<pc:newline n="*integer*" />
*integer* ::= { 1, 2, ... }
The optional n attribute indicates the number of newlines to be output. If you omit it, a single newline is output.
Examples
<pc:newline />
<pc:newline n="3" />