Input
:::outer
:::inner
text
:::
::: Output AST
- type: NamedBlock
name: outer
children:
- type: NamedBlock
name: inner
children:
- type: Paragraph
children:
- type: Text
value: text