You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are trying to upgrade jsoup in our project from 1.11.3 to 1.15.4. We are seeing that the new line character is getting removed between </div> and next new tag.
@jhy Please can you confirm if this an issue with jsoup-1.15.4 ? if not how do we ensure that we get similar output from the parser as we see in 1.11.3 version
Thanks....
The text was updated successfully, but these errors were encountered:
Hi,
We are trying to upgrade jsoup in our project from 1.11.3 to 1.15.4. We are seeing that the new line character is getting removed between
</div>
and next new tag.For example:
Input:
<div><br />The Hobbit</div><br /><p>The Movie</p>
with 1.11.3 the output of the html parser with prettyprint set to true:
with 1.15.4 the output of the html parser with prettyprint set to true:
Issue to re-create: https://try.jsoup.org/~N_NBC-ZuLdJWLSWzpsBenr3129M
@jhy Please can you confirm if this an issue with jsoup-1.15.4 ? if not how do we ensure that we get similar output from the parser as we see in 1.11.3 version
Thanks....
The text was updated successfully, but these errors were encountered: