trim-namedblock-edge-blanks

Leading and trailing blank lines inside a NamedBlock body are stripped before children are parsed

§10.6 · source

Input

:::note

content

:::

Output AST

- type: NamedBlock
  name: note
  children:
    - type: Paragraph
      children:
        - type: Text
          value: content