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.
Troubleshooting Guide
Search before posting
Before opening a new bug report, please try searching the whole forum for duplicates. It really helps us.
Troubleshoot Instructions
In order for us to fix a bug, we need reliable and consistent steps that cause the bug every time.
If something looks wrong:
Make sure you are using the latest Obsidian version and that your installer is up-to-date. The app and installer versions don’t need to match, but they shouldn’t be too far apart.
The installer…
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 !