Hi all
Every method I used to get converted HTML in Calibre to MOBI and sent to my Kindle ends with an odd issue.
The issue is that the bulleted lists, that looks great in any html editor I've tested, when passed to MOBI via Calibre, a new line after every bullet is added. I've tried the previous conversion to ePub via Sigil as well.
For instance,if i got this list:
- First item
- Second Item
- Third Item
When passed to MOBI in Calibre it's transformed to this:
-
First item
-
Second Item
-
Third Item
No matter if I use Sigil to check the HTML or converting from OpenOffice to HTML or any other procedure software tool you can test. Calibre adds a new line after e very bullet.
any suggestion would be appreciated.