When using d
documentBuilder.insertHtml("<p>This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. End text</p><p>This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. End text</p><p>This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text. This is a test of a very long line of extralong text.</p>")
The output is a single paragraph with one line feed at the end…i expected 3.
How do output so that both paragraphs receive their linefeed except on the last paragraph?