View Single Post
Old 03-29-2026, 03:22 PM   #4
ryder
Enthusiast
ryder began at the beginning.
 
Posts: 44
Karma: 10
Join Date: May 2024
Device: Clara 2E
Quote:
Originally Posted by theducks View Post
Are you sure the code is
Code:
</span></span></p><p class="calibre_">
and does not include a newline?
Code:
</span></span></p>
<p class="calibre_">
The REGEX would include
Code:
</span></span></p>\s+<p class="calibre_">
But why not use a top margin or have the conversion insert a blank line between paragraphs?
Thanks for the reply. Yes it is this code:
Code:
</span></span></p><p class="calibre_">
But it is not the whole code. The problem is that it's coming from bad conversions before I knew what I was doing and unfortunately I don't have the original epubs anymore. But I have found a trick to have the first word of a chapter without an indent. And thats why I am trying to add the <br/> to my code after every chapter in the ebook. It's working inside the editing tab, but not in the conversion.

Is there something I can do about it?
ryder is offline   Reply With Quote