Weird rendering but

Steps to reproduce

I don’t know exact steps, it’s only in one note from 200. Just after some point in text it stops rendering colors and anything in markdown syntax, just plaintext. Screenshot below

Did you follow the troubleshooting guide? [Y/N]

Yes

Actual result

Showing the plaintext markdown at the same time as rendered plaintext

Environment

Just some css snippets for editing colors of headings, bold/italic/code.
Vanilla AMOLED Colored theme. Using it on Kali Linux 2026.2


I think this happens because the <SDK> in the note is probably interpreted as an unclosed HTML tag … which breaks rendering :blush:

I don’t know what <SDK> is supposed to be in your note but you might want to try to escape 1st bracket of <SDK> with a backslash (\) so Obsidian won’t see it as HTML:

\<SDK> rest of the sentence.

## Maybe
Something something...

Moved to Help.

Damn, how I did not see that. Thanks a lot