Quote:
Originally Posted by eschwartz
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 < and > 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.