Automatically keep numbered list ordered in editor (adding/removing/swapping/pasting)

When an ordered list has an unordered list within it (indented) the ordering of the outer list is updated incorrectly.

Steps to reproduce

Start with an ordered list

1. One
2. Two
3. Three

Indent the second point and change to an unordered list

1. One
	- Two
2. Three

Pressing enter after Two, to create another bullet point, incorrectly renumbers the outer list.

1. One
	- Two
	- 
1. Three

Did you follow the troubleshooting guide? Y

Tried in a fresh sandboxed vault.

Expected result

1. One
	- Two
	- 
2. Three

Actual result

1. One
	- Two
	- 
1. Three

Environment

SYSTEM INFO:
	Obsidian version: v1.5.0
	Installer version: v1.4.13
	Operating system: Windows 10 Enterprise 10.0.19045
	Login status: logged in
	Catalyst license: supporter
	Insider build toggle: on
	Live preview: on
	Base theme: adapt to system
	Community theme: none
	Snippets enabled: 0
	Restricted mode: on

RECOMMENDATIONS:
	none

Additional information

3 Likes