We will have to add some code on ImportEpub to analyze each html file and either run mend on it to inject newlines after each block level tags, or do the equivalent of what Turtle91 suggested. The new policy of trying not to touch each file on load until absolutely necessary has hurt us a bit here. Older Sigil would forcibly inject the newlines since "mend" on open was effectively always done during the move to our standard directory structure.
Thoughts?
|