View Single Post
Old 01-13-2024, 09:11 AM   #2
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,904
Karma: 6120478
Join Date: Nov 2009
Device: many
Sigil Preferences Preserve Entities has a setting to list the entities to preserve in CodeView.

In Preview you can not "preserve entities" unless you indeed xml encode the entity code itself by escaping the leading ampersand (use ⁠ notation). Without that lead & it is not considered an entity any more by Preview (just a string of characters).


Note that under modern epub3 specs, except for the base xml entities, only numeric entities are valid.

Last edited by KevinH; 01-13-2024 at 11:31 AM.
KevinH is offline   Reply With Quote