Dropping a block embed into a > quote doesn’t work for me for two reasons:
-
It’s a kludge… Why should users have to put a block inside a blockquote to indicate it’s a block? The present arrangement is far more intuitive.
-
What happens if the user wants to include an inline embed inside a blockquote? How would you tell the two apart?
It’s possible the programmers might be able to detect when an embed is the only thing on a line and wrap a <div class=“block-embed”> (for example) around it, but there are other complications. e.g. What if the user writes the following?
![[Embedded note]] ^reference
I still think having a different leading symbol to indicate an inline embed is the simplest answer—but, personally, I don’t have any problem with the current arrangement.