I hope someone will jump in here if I am giving bad advice ---
*In most cases* it will help to go to Edit >> Preferences >> Clean Source. Then under "Automatically Clean..." UNCHECK both Open and Save. Select "Pretty Print" rather than "HTML Tidy" so that if/when it does run, it uses the Pretty Print mode --- HTML Tidy can sometimes be destructive of your code and layout, and can actually lose data.
That said, I have found with version .074, it will automatically "Pretty Print" or "Tidy" your (x)html pages when you run certain procedures. One that happens to me all the time is when I "split at cursor" or "split at markers". All my preferred indentations and line spacing on the code page are changed to Sigil's preferred layout, and my careful usage of named/numbered entities (like your hellip) are changed to the actual characters. (I would prefer the entities for certain Search and Replace procedures.)
I think v .072 did not do this, and keep meaning to load it up and test it, but haven't checked that yet.
|