View Single Post
Old 12-06-2023, 12:39 AM   #165
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,471
Karma: 169115146
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Okay. I opened Sigil with a blank epub. I copy/pasted the following into the blank epub:

Code:
<body>
  <p>This<i> </i>is<i> </i>an<i> </i>italic<i> </i>sentence.</p>
</body>
I ran CustomCleanerPlus and clicked the Clear All button and then clicked on OK twice. After CC+ completed, the epub now looked like with the extra blank lines and the <i> </i> showing as <i/>:

Code:
</head>

<body>

  <p>This<i/>is<i/>an<i/>italic<i/>sentence.</p>


</body>
</html>
Again, it is not adding the <i></i>, it is replacing <i> </i> with <i/>.
Attached Thumbnails
Click image for larger version

Name:	Before_running_CustomCleanerPlus.png
Views:	1011
Size:	95.2 KB
ID:	205062   Click image for larger version

Name:	Options_01.png
Views:	1087
Size:	28.8 KB
ID:	205063   Click image for larger version

Name:	Options_02.png
Views:	1014
Size:	22.0 KB
ID:	205064   Click image for larger version

Name:	After_running_CustomCleanerPlus.png
Views:	980
Size:	95.4 KB
ID:	205065   Click image for larger version

Name:	plugins.png
Views:	985
Size:	60.9 KB
ID:	205066  

Last edited by DNSB; 12-06-2023 at 12:45 AM. Reason: Added image of plugin list
DNSB is offline   Reply With Quote