Expected: Bullet list item and cursor behind block
Actual result
Actual: * * - meaning: bullet list item, cursor, and then a star.
Environment
SYSTEM INFO:
Obsidian version: v1.4.16
Installer version: v1.4.16
Operating system: Windows 10 Pro 10.0.19045
Login status: not logged in
Insider build toggle: off
Live preview: on
Legacy editor: off
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Additional information
The behavior is correct when using - for starting a list.
Stars are commonly used for italicized text in markdown, hence why Obsidian doubles the star because it assumes you want to type something in italics (or even bold if you add another star)
Just use - for unordered lists, for it’s actually much easier to type - than * because it’s a key less to type since you take out the Shift from the equation and give that key a break
That being said, I doubt this will count as a bug…