View Single Post
Old 05-13-2023, 11:35 AM   #157
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,445
Karma: 169098492
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
I've run into another issue. The book has what is supposed to be alien speech and the author used << and >> as quotation marks. The << gets converted to &lt;&lt; which CustomCleanerPlus seems unhappy with. After noticing this, I converted the << and >> to left/right guillemets ( « and » ) so not sure if the &gt;&gt; pair would also cause issues.

Code:
<p><b>The speaker to others replied &lt;&lt;corn dogs!&gt;&gt;</b></p>
After running CustomCleanerPlus and saying yes to continuing:

Code:
  <p><b>The speaker to others replied &lt;



  <corn dogs!="">&gt;</corn>
  </b></p>
DNSB is offline   Reply With Quote