Thread: Kobo Bug thread
View Single Post
Old 11-07-2013, 05:54 PM   #322
Rev. Bob
Wizard
Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.
 
Rev. Bob's Avatar
 
Posts: 1,760
Karma: 9918418
Join Date: Feb 2013
Location: Here on the perimeter, there are no stars
Device: Kobo H2O, iPad mini 3, Kindle Touch
Update to the "HTML doesn't work in synopsis" bug: As of 2.8.1 and 2.10.0, boldface (using the B element) works, italics (using either I or EM) are still broken, and paragraphs at least work somewhat. That is, they divide text into chunks, but the renderer doesn't automatically add a blank line between them. However, if there's a linefeed between the /P and P tags, that blank line will exist.

Sample HTML code, without the lt/gt entity encoding:

Code:
<div><p>Here's a paragraph. It has some <b>bold</b> text.</p>
<p>This paragraph has a blank line above it.</p><p>This one does not.</p>
<p>Neither <em>this</em> nor <i>this</i> display in italics.</p></div>
ETA: Tested on a Glo.

Last edited by Rev. Bob; 11-07-2013 at 05:57 PM.
Rev. Bob is offline   Reply With Quote