Thread
:
How can I fix it when every line is a paragraph?
View Single Post
12-23-2014, 08:16 AM
#
8
dmonasse
Member
Posts: 23
Karma: 10
Join Date: Apr 2014
Location: Paris
Device: ipad 2, Ubuntu
First of all: remove the
Code:
</p> <p class="calibre2">
which are followed by a minuscule. Use regex:
Code:
</p>\n+<p class="calibre2">(?=[a-z])
and for the replacement: nothing or a single space. It will look nicer. Hope this helps.
Last edited by dmonasse; 12-23-2014 at
08:20 AM
.
dmonasse
View Public Profile
Find More Posts by dmonasse
Track Posts by dmonasse via RSS