I use version 1.22.0 actually. So far everything allright. Only that the created Html adds superfluous paragraph marks after a paragraph. I. e. at the end of a paragraph appear two paragraph marks, where there is only one in the original Word document. For example, it appears
Code:
"some text, some text.¶
¶
Some text, some text"
where there should only be
Code:
"some text, some text.¶
Some text, some text"
As I remember, this has already occured in a former version, but I actually can't find the spot where it has been discussed.
I can, of course, easily eliminate the superfluos paragraph marks by using S/R in Sigil. But it is a bit weird when the paragraph marks get wrapped into <h1> tags etc. and become part of the TOC. Is there a setting's command to avoid this from scratch?