lineBreak

This element inserts a line break within a body of text without creating a new paragraph.

Usage

Enter the element within a paragraph element where you want the line break to occur.

Example

 
<para>This is the first paragraph.  It does not contain line breaks.</para>

<para>This is the second paragraph.<lineBreak/>
It does contain<lineBreak/>
line breaks.</para>

Example Output

This is the first paragraph. It does not contain line breaks.

This is the second paragraph.
It does contain
line breaks.

See Also

Other Resources