Embed blockquote does not render list item properly when list item has a depth >=4

Steps to reproduce

Create a list as the following


- list1 ^c9b22a
	- list2 ^c9b22b
		- list3 ^c9b22c
			- list4 ^c9b22d
				- list5 ^c9b22e
					- list6 ^c9b22f
						- list7


`![[#^c9b22a]]`![[#^c9b22a]]

`![[#^c9b22b]]`![[#^c9b22b]]

`![[#^c9b22c]]`![[#^c9b22c]]

`![[#^c9b22d]]`![[#^c9b22d]]

`![[#^c9b22e]]`![[#^c9b22e]]

`![[#^c9b22f]]`![[#^c9b22f]]

Expected result

list item within every embed blockquote should be rendered correctly.

Actual result


Notice that:
when the depth of the list item >= 4, the embed blockquote does not work properly.
This can be observed in both live-preview or preview mode.

Environment

  • Operating system: MacOS 12.2.1
  • Debug info:
    SYSTEM INFO:
    Obsidian version: v0.13.27
    Installer version: v0.12.3
    Operating system: Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_X86_64 21.3.0
    Login status: logged in
    Catalyst license: insider
    Insider build toggle: on
    Live preview: on
    Legacy editor: off
    Base theme: dark
    Community theme: none
    Snippets enabled: 0
    Safe mode: on

RECOMMENDATIONS:
none


Additional information

No

thanks

As I did not remember that I met the same issue before, and I also do not experience the same issue on mobile(which is currently 1.1.0(38) and doest not support sub-list). I think this bug is newly introduced with the support of sub-list.

This bug currently affects too many notes in the vault and make them hard to read. I’d like to go back to a previous version.
Is there any way that I can reverse the current version of 0.13.28 back to the public version of 0.13.23?

Will be fixed 0.13.29

Looking forward to it.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.