List indentation with TAB

I hope I did no missed this feature: when adding list item and hit enter in the next line I got the list “prepared” (markdown list “prefix” is already there). So far so good.

But when I intend to go one level deeper in the any of the list types (ordered, unordered, task) it is not working

I got the following

- first
- second
- <TAB>sub-item of second

instead of

- first
- second
    - sub-item of second

It would be great to have this behavior. It is kind of “natural” sub-list handling in most of the editors.

4 Likes

I don’t think there’s a FR for this on github so feel free to create it.

This was submitted as #498.

I’d also love to see this feature.