This extension contributes the following settings:
markdown-clever-lists.blankListItemBehaviour: Set the behaviour when pressing
Enter on blank list items.
markdown-clever-lists.defaultMarkers: Configure the default list marker structure.
Caveats
Assumes that the list marker structure follows the tab size. Indenting and outdenting
shifts the indentation level by the tab size, and selects the most appropriate marker
for that tab size.
Indenting and outdenting is done with Ctrl+] and Ctrl+[ (or Cmd on Mac). If you
have different keybindings for indenting and outdenting you'll need to change these
too. Indenting by pressing Tab on selected text is not supported.
Similar extensions
Markdown All in One
has support for continuing lists, indenting and outdenting (and much more), but
without changing marker styles automatically
Markdown Continue
allows continuing lists by pressing Enter, but has not indent or outdent
functionality.
LICENSE
MIT License.
Release Notes
1.0.1
Fix numbered lists not continuing correctly when there is a sub-list