View Single Post
Old 07-11-2016, 06:19 PM   #13
Milica Who
Junior Member
Milica Who began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jul 2016
Device: ASUS fonepad
Quote:
Originally Posted by eschwartz View Post
Do plaintext downloaded comments lose the
Code:
<p class="description">
???
In HTML source of metadata they don't...aside from <p class="description">, they still have for example <div> for paragraphs and <br> for line breaks. The problem was that Calibre translated < and > into &lt; and &gt; respectively in the content.opf which should have no tags at all. With plug-in that doesn't happen - there's no <p class="description">, <div> and <br> tags in the description section of content.opf, you just have bare text but separated in paragraphs following the <div> tag pattern of the HTML source. The same goes for line breaks.
Milica Who is offline   Reply With Quote