You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you write an equation in a bullet list with the characters '-', '[', '', ']' and ' ' in a sequence (there may be other characters in between these) and you hit enter to create a new line, the new line becomes a checkbox, not a bullet list.
It seems like it thinks the sequence is a "- [ ]".
To Reproduce
Create new file in obsidian
Write this line in the file: "- -[] "
With the cursor at the end of the line, hit enter
See error
Expected behavior
The new line should be a bullet list.
Environment
OS: Fedora 39
Obsidian Version: 1.6.3
Plugin Version: 4.8.1
Additional context
Some tests I did with the respective result below (either a checkbox or a bullet item):
- The preimage of $E$ is: $f^{-1}[E] =$
-[ ]- $-[] $
- - $-[a] $
-[ ]- $-[b] a$
-[ ]- $- a [t]est $
- - $- a [t] est$
-[ ]- $- a [t ] est$
- - $- test [] test$
-[ ]--[ ]-[ ]
The text was updated successfully, but these errors were encountered:
Describe the bug
When you write an equation in a bullet list with the characters '-', '[', '', ']' and ' ' in a sequence (there may be other characters in between these) and you hit enter to create a new line, the new line becomes a checkbox, not a bullet list.
It seems like it thinks the sequence is a "- [ ]".
To Reproduce
Expected behavior
The new line should be a bullet list.
Environment
Additional context
Some tests I did with the respective result below (either a checkbox or a bullet item):
The text was updated successfully, but these errors were encountered: