Quote:
Originally Posted by slantybard
eschwartz, your reply makes total sense. However, the "line breaks" not having a <br> tag in the html comments are not <br>'d by calibre during the S&R process. This only occurs with the comments that already contain <br> tags interspersed within the sentences from the downloaded metadata. This means that calibre must be ignoring the <br> tags when searched from the edit metadata dialog.
I'm super happy that the S&R removes all the other html junk and will live with manually editing out the <br> as necessary, I just thought that I was doing something wrong or there was an easy answer I was missing.
|
<br /> removal needs care
choices are replace with:
a space (long line)
replace with the parent tag pair reversed: </p> <p>, </h3> <h3> ... (multiple similar styled lines)