Does calibre have an option to preserve <br /> breaks when exporting from epub to txt? I have looked but can't find one.
I am trying to preserve the formatting of poetry, etc embedded in a book.
The current behavior is (roughly) a conversion from
Code:
<p>line 1,<br/>
line 2,<br/>
line 3,<br/>
line 4.</p>
to
Code:
line 1, line 2, line 3, line 4.
I want
Code:
line 1,
line 2,
line 3,
line 4.
I have attached a simple test case. epub is input and txt is output.