:::box{flex}
:::box
### Test h3
Test content
:::
::embed{url="http://example.com"}
:::
Problem
Currently container directives can't live inside of other container directives - the parser will close the parent container when it sees the first :::, and continue rendering the rest of the content as if it was not in the container.
Expected behavior
The parser should recognize when containers are nested and wait until the parent container is closed, instead of closing when it sees a child container close.
Subject of the feature
Something like this:
Problem
Currently container directives can't live inside of other container directives - the parser will close the parent container when it sees the first
:::
, and continue rendering the rest of the content as if it was not in the container.Expected behavior
The parser should recognize when containers are nested and wait until the parent container is closed, instead of closing when it sees a child container close.