Some parts of clozed text not colored

There’s an issue where sometimes parts of a clozed text are not coloured.
I’ve added a small example, but sometimes whole sentences don’t get coloured.


Unfortunately cloze deletion doesn’t currently cope well with multiple lines or embedded formatting. Some of your cards include hidden formatting, and that formatting is confusing Anki. You could try removing it with the following find&replace, with ‘regular expression’ enabled, replacing the search with nothing:

</?span.*?>

That will strip the formatting from the selected card fields. It may remove formatting you wanted to keep, so I’d recommend you apply it to small batches at a time, and confirm cards still appear as you expect afterwards. A backup would also be a good idea.

Thanks for the quick reply, I’ll be sure to try it.