2 Likes
watch the html here!
What do you mean
The bolding in what you added is done in such a way that the AnKing Note Types add-on won’t recognize it for custom coloring.
Currently it’s this
= “<\u style=“font-weight: bold;”>S</u>ee”-<\u style=“font-weight: bold;”>S</u>ection
But should be this:
= “<\b><\u>S</u></b>ee”-<\b></u>S</b>ection
(without the forward slashes)
is it correct now
No <\span> styling and basically any time you see “style=” in the html it’ll need cleaning up