named-block-basic

:::name opens a NamedBlock; ::: on its own line closes it

§4.13 · source

Input

:::callout
Some content
:::

Output AST

- type: NamedBlock
  name: callout
  children:
    - type: Paragraph
      children:
        - type: Text
          value: Some content