Is it possible to remove bold and italics from all cards in a deck via batch editing?
I think you can accomplish that using Find and Replace
E.g. you could open the Browser, select all the cards of the deck, replace <b> with nothing, then repeat for <i>.
I guess you’d need to do the same with </b> and </i>