Obsidian (Windows): Double-space removes <font color> tags

Insert the following into a document:

a<font color="#00ffff">)</font>
<font color="#00ffff">)</font>

Then place the cursor at the position marked below (●):

a<font color="#00ffff">)</font>●
<font color="#00ffff">)</font>

Press the space bar twice, and it turns into:

a)  
<font color="#00ffff">)</font>

The <font color> tag disappears even though it shouldn’t. It’s hard to determine exactly when the font color breaks, but this bug occurs consistently on any Windows computer running Obsidian. Please fix this.

That looks a lot like this, which has a fix in the pipeline: Typing in Live-Preview can delete an entire HTML element tag - #17 by WhiteNoise

1 Like