Open
Description
I noticed that sequences like
<div> <span> A <em> B </em> C </span> </div>
It is transformed into
<p> A </p> <em> B </em> <p> C </p>
Instead of something like:
<p> A <em> B </em> C </p>
This causes annoying break lines in the text
You can see an example by parsing this article from an Italian newspaper:
Metadata
Metadata
Assignees
Labels
No labels