Lists not rendered correctly in reading mode 1.0.3

Steps to reproduce

Copy and paste the list bellow into Obsidian and view it in reading mode.

1. Text 1
2. Text 2
3. Text 3
   Text 3
4. Text 4
5. Text 5
6. Text 6
  1. Text 6.1
  2. Text 6.3
7. Text 7
  1. Text 7.1

Expected result

Actual result

Screenshot from desktop app
image

Environment

  • Operating system: Windows 10
Debug info
SYSTEM INFO:
	Obsidian version: v1.0.3
	Installer version: v0.15.9
	Operating system: Windows 10 Pro 10.0.19043
	Login status: not logged in
	Insider build toggle: off
	Live preview: on
	Legacy editor: off
	Base theme: dark
	Community theme: mdp
	Snippets enabled: 4
	Restricted mode: off
	Plugins installed: 45
	Plugins enabled: 27
		1: Supercharged Links v0.9.3
		2: Remember cursor position v1.0.7
		3: Hotkey Helper v0.3.15
		4: Copy Image and URL context menu v1.3.6
		5: Outliner v4.1.0
		6: Vantage - Advanced search builder v1.4.2
		7: Templater v1.14.3
		8: Admonition v9.0.5
		9: Style Settings v0.4.12
		10: Dataview v0.5.47
		11: Advanced Tables v0.17.3
		12: Gist v0.9.0
		13: Editor Syntax Highlight v0.1.3
		14: Natural Language Dates v0.6.1
		15: Hotkeys++ v0.2.7
		16: Indentation Guides v1.0.8
		17: Nomnoml Diagram v1.1.0
		18: Better Command Palette v0.14.0
		19: Quiet Outline v0.3.3
		20: Multi-Column Markdown v0.7.3
		21: Diagrams v1.5.0
		22: Theme Design Utilities v0.20.1
		23: Control Characters v0.3.0
		24: Code block from selection v1.0.7
		25: Customizable Menu v2.2.0
		26: Hotkeys Chords v0.1.0
		27: Advanced Cursors v0.5.1

RECOMMENDATIONS:
	Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
	Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.

Additional information

The same issue is present on this forum. The list looks correct in a Markdown codeblock, but incorrect when outside of a codeblock like bellow. So the issue might be upstream?

This list renders incorrectly in my browser

  1. Text 1
  2. Text 2
  3. Text 3
    Text 3
  4. Text 4
  5. Text 5
  6. Text 6
  7. Text 6.1
  8. Text 6.3
  9. Text 7
  10. Text 7.1

This is not a bug. It’s how markdown works. You need tab or 4 spaces to indent.

Alright thanks, but then there’s inconsistency between source mode and MD codeblocks versus reading mode. They should be equal so there’s no confusion.