Hi.
Thank you very much for keeping alive the Sigil project!
1. I think I've found a serious problem with
Pretty Print Gumbo (0.8.901, Win7-x64): it joins contiguous labels, creating false "long" words.
Ex:
Code:
<p><u>Prueba</u> <i>de</i> <b>texto</b> <span class="nosep">junto</span></p>
becames
Code:
<p><u>Prueba</u><i>de</i><b>texto</b><span class="nosep">junto</span></p>
It reads:
Pruebadetextojunto.
(Besides the use of deprecated < u > tags

)
BTW, the
Google Gumbo-Parser is fine (although I don't want changes to the code --as I understand it is equivalent to the previous
HTML Tidy).
2. It's possible maintain two versions of Sigil, with independent
Preferences folders? I prefer to keep active the 0.87
Pretty Print Tidy option for the daily work, but launching 0.89 it becomes the now erroneous
PPGumbo.
Thank you very much!
(and sorry for my terrible English.)