Converting the following txt file with calibre 0.8.64 to lit
Code:
Paragraph 1.
>Blockquote line 1.
>Blockquote line 2.
Paragraph 2.
results in
Code:
<p>Paragraph 1.</p>
<blockquote>
<p>Blockquote line 1.
Blockquote line 2.
Paragraph 2.</p>
</blockquote>
The closing </blockquote> appears after the second paragraph instead of before. I tried the serveral paragraph style options and double empty lines but no avail. Any ideas would be very much appreciated.