Quote:
Originally Posted by theducks
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?