Bullet list issue

Steps to reproduce

Type following:

1. Hello
1. World
- hello
1. This
1. Is

Place cursor at the start of third line (- hello) and press tab to indent.

Expected result

1. Hello
1. World
    - hello
1. This
1. Is

Actual result

1. Hello
1. World
	- hello
2. This
3. Is

Environment

  • Operating system: macOS Catalina 10.15.6
  • Obsidian version: 0.7.3

Ok, but if you want to use 1. 1. 1. 1., woldn’t be better to just disable the smart indent feature?

Thanks for the reply. Sure. But then smart-indent is also quite useful. So I keep it on. But it doesn’t feel correct that one should have to disable it for this to work, but I am not sure what is going on behind the scenes or if this is the correct behavior. Note that in preview mode, the bullet list shows up correctly. It’s only in the editor.