I am talking about nested blocks.
I have been looking at csszengarden,com, and have been trying to convert this site’s code to use gutenberg. this site builds different looking pages, only changing the CSS code to do so. the HTML is the same in each page but each page certainly displays differently because of different CSS used.
atomic blocks and editor blocks plugins have created 2 level blocks, where you have a parent block with a single or multiple child blocks, but you cannot use this block and create a child block within the child block, unless you create an HTML block within the parent block as a child block and hard code another block within that.
gutenberg in its current state, with available plugins or not, does not seem to allow you to code up a page with a complex HTML structure, unless you use the HTML block. the building blocks now in gutenberg seem to be the ones that will be shipping with 5.0 and right now do not provide me with any way, other that using the HTML block, to code up pages with any complexity. I do not like the simple page layout that gutenberg provides for me right now. it might be great for a simple blog but not for more complex tasks.
Al