And there is currently a bug that will not appear before, I click the tip text the editor box will not pop when I in anki’s editor:
<a data-tippy-content="test content"><font color="#ff00ff">tip text</font></a>
I have to delete the <font>
tag into:
<a data-tippy-content="test content">tip text</a>
But it was always okay before this version