Quote:
Originally Posted by JSWolf
All of your comments are converted to HTML if they are not HTML. So you don't need to convert them. Select a book you think has the comments not in HTML. Press the E key and then under the blurb, click the HTML Source tab. You'll see that it is HTML.
|
No, you are mistaken. That is what the Qt GUI component implementing the Comments metadata editor
shows you, not what it is really
stored in the calibre database. Check this:
Quote:
Originally Posted by kovidgoyal
That's probably because it is actually just a <p><br> (the markup you see via the edit metadata dialog is not an accurate representation of what is present internally as it is roundtripped through Qt's text edit widget.
|