This bug has been fixed ✅
I’m surprised at how reliable the insertion and removal logic for syntax is. It seems to work perfectly!
I do need to implement logic so that syntax shows when making a text selection. This is the same behavior in Obsidian and I think it’s the right way.
Login to reply
Replies (1)
There’s a critical bug that I need to solve.
If I type or remove a character in the editor, all the Markdown styling will be messed up and all line-breaks also seem to be removed.
This could potentially be a re-rendering problem where the `AttributedString` is being reset.