meta-block-inside-container

§4.3

Input

- item

  ~~~yaml
  title: foo
  ~~~

Output AST

- type: List
  kind: bullet
  loose: true
  children:
    - type: ListItem
      children:
        - type: Paragraph
          children:
            - type: Text
              value: item
        - type: Paragraph
          children:
            - type: Text
              value: |-
                ~~~yaml
                title: foo
                ~~~

Diagnostics

- code: CDN-0030
  level: warning