sidebar-markdown-notes icon indicating copy to clipboard operation
sidebar-markdown-notes copied to clipboard

Checklist indentation

Open duraz0rz opened this issue 4 years ago • 0 comments
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 1
    • Level 2
      • Level 3

Actual: Screen Shot 2020-12-03 at 16 19 20

Two issues here:

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

duraz0rz avatar Dec 03 '20 21:12 duraz0rz