sidebar-markdown-notes
sidebar-markdown-notes copied to clipboard
Checklist indentation
trafficstars
Hello! I noticed some wonkiness with Markdown checklists. If I have a list with this Markdown:
- [ ] Level 1
- [ ] Level 2
- [ ] Level 3
- Level 1
- Level 2
- Level 3
Expected:
- [ ] Level 1
- [ ] Level 2
- [ ] Level 3
- [ ] Level 2
- Level 1
- Level 2
- Level 3
- Level 2
Actual:

Two issues here:
- Level 2 and Level 3 of the checkbox list aren't indented properly.
- Level 1 in the regular list isn't decorated like a list item.