Facing the same issue mentioned by @Spduck . However, when you go to preview mode the numbering corrects itself but it goes back to incorrect order when switching to editing mode again.
That’s just markdown; the numbering in source doesn’t matter until it’s rendered. You can change every number to 1.
and it will be replaced with the correct ordinal at render time (reading view, print, publish, etc)
1 Like
I’ll just throw my related issue in here as well.
Pressing Shift-Tab
on a list correctly updated the number for the level it is moved to, but pressing Enter
on an empty lines only changes the indent while keeping the number the same