cdn-0030-meta-block-inside-container

§4.3 · source

Input

:::note
~~~yaml
title: foo
~~~
:::

Output AST

- type: NamedBlock
  name: note
  children:
    - type: Paragraph
      children:
        - type: Text
          value: |-
            ~~~yaml
            title: foo
            ~~~

Diagnostics

- code: CDN-0030
  level: warning