URL-links fails & hidden 'codes' are visible (sporadically?)

Hello,

sometimes when I’m taking notes, the hidden codes are suddenly visible. Normally when you set your cursor on a toggle or highlighter (plugin: highlightr), you’d only see then what’s underneith.
When you open and close the app, it shows as normal.
See example beneath: (lol, while I was making this it happend again :')!!
You see that the new toggle shows as a ‘-’ and the underlined word doesn’t show. Sometimes it is like this in the whole file, now it only appears on the things you touch with the cursor.

The url-link in text is the same problem I think. The text shows purple, but doesn’t show the icon next to it. When you click on in, it opens in a new file. If you set you cursor on in, it shows the link but you have to copy it and paste it manual in a searcher.
See example’s in added photo’s. Photo 4 is how it has to be.

I am not tooo farmiliar with all the correct name’s, so I hope you understand me.
How do I fix this?

Devices: android tablet & phone.
Couldn’t find any relatable solutions in other forums, and did not change anything on purpose.

If you are mixing in HTML in your notes, you have to be careful to close all HTML tags. Things usually break or can act unexpectedly after an un-closed HTML tag (or something Obsidian thinks is an HTML tag). e.g.

CleanShot 2026-07-08 at 05.21.40


If you can paste the section of your note where things are working and then “break”, maybe folks can spot what’s causing the issue. Paste your example here in a fenced code block like this:

```
First of all, tell me a little bit about what's your experience with note-taking apps like?

- [[No prior experience|I have no prior experience]]
- [[From standard note-taking|I’ve used note-taking apps like Evernote and OneNote]]
- [[From plain-text note-taking|I have used plain-text based apps]]
- A <span style="color:salmon; font-size: 1.5em">salmon</span> is a <u>delicious</u> fish. 
```