named-block-nested

NamedBlocks can be nested; inner block is a child of the outer block

§4.13 · source

Input

:::outer

:::inner
text
:::

:::

Output AST

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