I manually add some
BOLDS in Book View and Sigil adds comments:
/*<![CDATA[*/ &
/*]]>*/ in Code View. It goes like this:
ORIGINAL <style type="text/css">
p.sgc-1 {font-weight: bold;}
</style>
CHANGES TO <style type="text/css">
/*<![CDATA[*/
p.sgc-1 {font-weight: bold;}
/*]]>*/
</style>
No harm, no foul, but I think they look extraneous and I want to eliminate them. A simple find & replace (with nothing) was unsuccessful. Can I eliminate them and if so, how?
I am running Sigil version 0.2.4 Thanks. - Fabe