Quote:
Originally Posted by varnie
bhaak
I committed a simple bugfix. please check it out.
|
Yes, great, that works.
Quote:
Originally Posted by varnie
I'd like to show another misbehaviour I found. It is related to Mobi books rendering.
When the Mobi book contains certain elements, such as code snippets, they do not render well.
Maybe it can be tuned up with the mobi.css settings file.
The problem is that there is no such file  There are chm.css, epub.css, fb2.css etc.
|
There's no mobi.css file as the text in a Mobi books is a stripped down html. If you look into detectFormat() in crengine/src/pdbfmt.cpp, you'll see that it tries to heuristically detect what format the text in a pdb/mobi book is.
You can see in "About" what format your book really is. But AFAIK a Mobi book should probably get detected as html, so changing the htm.css should work.