Please stop adding extra paragraphs??
In the comments sections of books...
Calibre is doing something that annoys me! :-(
Please give me a setting I can flip to disable this "add an extra blank line for every line break"
When I past four lines of text (*.txt file, not html)
Line 1 = dog
Line 2 = [blank-line]
Line 3 = ran
Line 4 = [blank-line]
Line 5 = home
It always comes out with source code like this
Line 1 = <p>dog</p>
Line 2 = [blank-line] ---> <p style="font-family: 'Segoe UI, sans-serif'; font-size: small"><br></p>
Line 3 = <p>ran</p>
Line 4 = [blank-line] ---> <p style="font-family: 'Segoe UI, sans-serif'; font-size: small"><br></p>
Line 5 = <p>home</p>
Which makes the readable text look like this
Line 1 = dog
Line A = [extra added blank white space]
Line 2 = [blank-line]
Line B = [extra added blank white space]
Line 3 = ran
Line C = [extra added blank white space]
Line 4 = [blank-line]
Line D = [extra added blank white space]
Line 5 = home
Last edited by wjBLqf-_9; 12-27-2019 at 01:18 PM.
|