Quote:
Originally Posted by kovidgoyal
I cannot replicate that with a default stylesheet in preferences->look & feel->book details. With that pressing enter, shift+enter and enter again to create <p><br></p> renders are two blank lines always, everywhere.
|
Kovid I didn't press enter, shift+enter after 'line 2'. I pressed enter, enter. Doing that in 3.48 emits this HTML:
Code:
<div>line 1<div>line 2</div><div><br></div><div>line 3</div><div>line 4</div></div>
Which doesn't create the extra blank line in the rendered text.
BR