markdown.extension.orderedList.autoRenumber setting is ignored.
Numbers still increase when pressing enter and going to the next item.
In this example, I had a list with 1. a and 1. b (which renders with correct ordering).
When pressing enter after b, it increases the next line by 1, ending up in broken list ordering 1 -> 1 -> 2:

markdown.extension.orderedList.autoRenumber to falsefalseThanks. You are looking for another configuration orderedList.marker, which controls what marker to add, while orderedList.autoRenumber means renumbering all list items below it.
Hi @yzhang-gh, and thank you for your speedy reply!
What marker do I want? I want 1, and it already is 1 isn't it?
Note: It gives me 2, but I want 1.

That fixes it! Thanks!
感謝你唷~
😉
Most helpful comment