Live Preview: blockquote swallows up list item below

Steps to reproduce

1. Parent
    > Parent blockquote
    1. child
        >  Child blockquote

is rendered in Live Preview as:

image

Notice how 1. child looks like part of the Parent blockquote.

The same thing happens in the Sandbox Vault.

Expected result

It’s correctly rendered in reading view (and in both vscode’s built-in markdown preview and Markdown Preview Enhanced) as:

image

Actual result

Environment

  • Operating system: macOS 12.6 (Monterey) Apple M1 Max (ARM)
  • Debug info:
SYSTEM INFO:
	Obsidian version: v0.16.5
	Installer version: v0.15.9
	Operating system: Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 21.6.0
	Login status: logged in
	Catalyst license: insider
	Insider build toggle: on
	Live preview: on
	Legacy editor: off
	Base theme: light
	Community theme: none
	Snippets enabled: 9
	Restricted mode: off
	Plugins installed: 130
	Plugins enabled: 107
		1: Meld Encrypt v1.6.2
		2: Paste URL into selection v1.7.0
		3: Editor Syntax Highlight v0.1.3
		4: Reading Time v1.1.1
		5: System Dark Mode v1.1.0
		6: File Explorer Note Count v1.2.0
		7: Imgur Plugin v2.2.1
		8: Open vault in VSCode v1.2.0
		9: Natural Language Dates v0.6.1
		10: Dynamic Table of Contents v0.0.27
		11: Tag Wrangler v0.5.3
		12: Things Logbook v0.1.16
		13: Periodic Notes v0.0.17
		14: Zoom v1.0.1
		15: Auto Link Title v1.2.5
		16: Relative Line Numbers v2.0.1
		17: Number Headings v1.10.0
		18: Simple Embeds v1.12.1
		19: Footlinks v0.1.7
		20: Hover External Link Plugin v1.0.0
		21: Vault Statistics v0.1.2
		22: Hotkeys for starred files and searches v0.0.4
		23: Wikilinks to MDLinks v0.0.12
		24: Advanced Tables v0.17.3
		25: Table Extended v1.6.1
		26: Calendar v1.5.10
		27: Search on Internet v0.5.0
		28: Extract url content v0.12.1
		29: Advanced URI v1.28.0
		30: Code block from selection v1.0.7
		31: Code Block Enhancer v1.0.5
		32: Hotkey Helper v0.3.15
		33: ExcaliBrain v0.1.11
		34: Dataview v0.5.46
		35: Better File Link v1.1.3
		36: Better PDF Plugin v1.4.0
		37: Icon Folder v1.3.31
		38: Link Favicons v1.8.1
		39: Excel to Markdown Table v0.4.0
		40: Breadcrumbs v3.6.3
		41: Org Mode v1.3.3
		42: Map of Content v0.1.18
		43: Hypothes.is v0.1.19
		44: PlantUML v1.6.6
		45: Remember cursor position v1.0.7
		46: Show Whitespace v0.3.1
		47: Things Link v1.1.2
		48: Vimrc Support v0.7.3
		49: Update time on edit v1.1.2
		50: Mind Map v1.1.0
		51: Note Refactor v1.7.1
		52: Obsidian42 - Text Transporter v1.0.3
		53: Supercharged Links v0.9.3
		54: Folder Note Core v1.3.5
		55: AidenLx's Folder Note v0.16.4
		56: Templater v1.14.3
		57: Hover Editor v0.11.4
		58: Link Archive v0.2.0
		59: Juggl v1.4.0
		60: Cursor Location v0.1.5
		61: Vim IM Select v0.1.2
		62: Front Matter Title v2.3.0
		63: MetaEdit v1.7.2
		64: Better footnote v1.0.1
		65: Find orphaned files and broken links v1.8.0
		66: Plugin Changelogs v1.3.0
		67: Timestamp Notes v1.0.8
		68: Taskbone OCR v1.0.0
		69: Obsidian Enhancing Export v1.1.5
		70: Annotator v0.2.6
		71: Copy Image and URL context menu v1.3.6
		72: Open with v0.3.1
		73: PDF Highlights v0.0.4
		74: Leader Hotkeys v0.2.0
		75: Outliner v3.0.0
		76: Highlightr v1.2.2
		77: Checklist v2.2.8
		78: Tracker v1.10.9
		79: Recent Files v1.3.3
		80: File Info Panel v1.2.5
		81: Pane Relief v0.4.0
		82: Quick Switcher++ v2.1.0
		83: Obsidian Better Internal Link Inserter v1.0.0
		84: QuickAdd v0.5.5
		85: Obsidian42 - BRAT v0.6.35
		86: Mousewheel Image zoom v1.0.13
		87: Query Control v0.5.0
		88: Tomorrow's Daily Note v1.0.2
		89: TLdraw v0.0.5
		90: Blockquote Levels v1.1.0
		91: ObsidianTweaks v0.4.0
		92: Settings Search v1.2.0
		93: Key Promoter v1.2.2
		94: Obsidian42 - Strange New Worlds v0.0.26
		95: Jump to link v0.4.4
		96: Various Complements v7.2.4
		97: Style Settings v0.4.12
		98: Excalidraw v1.7.24
		99: Kanban v1.4.5
		100: Metatable v0.14.2
		101: Tasks v1.15.1
		102: Linter v1.6.0
		103: Quick Explorer v0.2.2
		104: Zotero Integration v2.2.28
		105: Link Embed v1.5.1
		106: Omnisearch v1.6.4
		107: Heading Shifter v1.2.0

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

This may be related to Misalignment after blockquote in list

thanks