WYSIWYG does not work for nested blocks

Steps to reproduce

WYSIWYG does not work for nested blocks. For example, the following code is not rendered correctly in the WYSIWYG editor Live Preview mode.

- - abcd
- |a|b|
  |-|-|
  |c|d|
- abcd

  |a|b|
  |-|-|
  |c|d|
- > [!info]
  > abcd
- abcd

  > [!info]
  > abcd

Expected result in Live Preview mode

Actual result in Live Preview mode

Note

The code

- abcd

  > [!info]
  > abcd

is displayed in the live preview mode as

image

which is expected to be

image

Notice that the callout is not indented correctly.

Obsidian Version

0.14.6

if you go in feature request and search “live preview support” you will find several threads covering most of what you are asking. If something is missing create the relative feature request there.