View Single Post
Old 10-06-2015, 05:57 PM   #27
gipsy
Connoisseur
gipsy began at the beginning.
 
Posts: 81
Karma: 10
Join Date: Nov 2013
Device: Kobo Aura HD
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

Last edited by gipsy; 10-06-2015 at 06:03 PM.
gipsy is offline