Nested Block Quotes Don't De-Nest

Steps to reproduce

Type in editor (also see images below):

> nested
>> block quotes
>>> are great
> how do i
> de-nest?

The latter two “how do i de-nest?” lines will render on the third level, just after “are great” (see images attached).

Strict line breaks off in first image, off in the second.

Expected result

I was expecting first level nesting to go back to the first level. :slight_smile:

Actual result

Environment

  • Operating system: macos and windows
  • Obsidian version: 0.9.15

It looks like nobody is doing what you want.

Try this:

> nested
>> block quotes
>>> are great
>
> how do i
> de-nest?

Adding an example from the markdown specs for explicitness if anyone else ends up here:

commonmark-flavored: https://spec.commonmark.org/0.12/#example-160
github-flavored: https://github.github.com/gfm/#example-229