Importing this:
<p>This is a paragraph.</p> <p> This is a paragraph. </p>
should import two identical paragraphs, but it actually import it like this:
This is a paragraph. This is a paragraph.
It has a leading space before the second paragraph.