My mistake. The pretty in 0.8.7 change it like your code, with a space after "Some text".
And I don't want to completly remove the newline
But the
Code:
<p>
This
is
a
line
of
text.
</p>
in 0.8.901 stays as is that is a little confusing in code view, instead of 0.8.7 that changes to
Code:
<p>This is a line of text.</p>
edit: As for
Code:
<p>This<br/>is<br/>a<br/>line<br/>of<br/>text.</p>
if you save some poetry, and you want to see it in code view. In 0.8.901 with pretty and google, stays as is, without line change after the break tag