View Single Post
Old 04-27-2020, 09:43 AM   #5
TheTechAuthor
Member
TheTechAuthor began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Apr 2020
Device: None
Quote:
Originally Posted by Turtle91 View Post
I don't think there is an option for that... but, you can either use the plugin JSWolf mentioned, or a simple regex to change them all. I saved the regex as a Saved Search group and it changes several things with a single run like (<i> to <em>, <b> to <strong>, etc)

search: <i>(.*?)</i>
replace: <em>\1</em>

Cheers,
Hi,

This sounds like I'd need to accept the fact that <i> is what to run with for speed, and then remember to add a post-processing task at the end to convert them all to <em> afterwards.

Although, bizarrely, <b> is still accepted as valid, but <i> isn't. If you don't mind me asking, how do you go about creating the regex and running it at the end stage of the Sigil production workflow?

Thanks.
TheTechAuthor is offline   Reply With Quote