Incorrect Checkbox Rendering

Hi All!

I’m having issues with text box rendering in Obsidian. Here is my markdown code:

- [] that doesn't work 

And here is how it renders (first in normal mode, then in reading mode:

I have tried from within the Obsidian editor, and also loading .md files I have created manually.
I would appreciate any input on this. The only community plugins I am running are Calendar and Git. I am using Vim motions.

Your cursor looks kinda big there. Or is that a heading indicator? (first screenshot) What theme, css snippets, plugins are you using?

Try in the Sandbox then all of the troubleshooting steps in your vault (linked in the template when you created this topic), and report back.


The markdown should be:

- [ ] that doesn't work

with a space between the brackets. There’s a command (Toggle checkbox status) and hotkey set to cmd/ctrl + L by default. You could try that as well.

Thanks for the help!

Everything is working after a fresh install !