Quote:
it is perfectly normal for calibre to create epub paragraphs that look like <p class="calibrenn">....</p> even if you started with <p>...</p>.
|
I prefer to use my own standard style sheet, so I remove all class="calibrenn" references from the calibre generated xhtml files.
I haven't found a way to do this solely within calibre but it is a simple command in any text editor which supports regular expressions, (regex). I use Notepad++ after exploding the ePub with calibre's Tweak ePub option.