Checkboxes misaligned in lists where checkboxes are mixed with bullets

Steps to reproduce

  • Create a list like that:
- [ ] Checkbox
    - [ ] Checkbox
    - Bullet
    - Bullet
- Bullet
    - Bullet
    - Bullet

Expected result

  • Bullets are indented on the same level as checkboxes

Actual result

  • Indentation is incorrect in mixed lists
  • Compare it to the Visual Studio Code markdown renderer:

Environment

  • Operating system: Windows, Linux
  • Obsidian version: 0.9.11

should be fixed in 0.9.12

it’s the same now in 0.12.19
image

also, there’s a gap between text and bullet. is there a way to fix it somehow or it’s gonna be fixed with upcoming updates?