This element inserts a line break within a body of text without creating a new paragraph.
Enter the element within a paragraph element where you want the line break to occur.
<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>
This is the first paragraph. It does not contain line breaks.
This is the second paragraph.
It does contain
line breaks.