Subsequent numbered lists are updated to keep them consistent
Extension Settings
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.
markdown-clever-lists.autoNumbering: Whether to update the numbers of subsequent
list items when indenting, outdenting or continuing a list
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.1.0
Subsequent numbered list items update when indenting, de-denting or adding a new item
Fixed a bug where indenting or de-denting on the first line of the document caused an
uncaught error
1.0.1
Fix numbered lists not continuing correctly when there is a sub-list