Input
:::callout
Some content
::: Output AST
- type: NamedBlock
name: callout
children:
- type: Paragraph
children:
- type: Text
value: Some content :::name opens a NamedBlock; ::: on its own line closes it
Input
:::callout
Some content
::: Output AST
- type: NamedBlock
name: callout
children:
- type: Paragraph
children:
- type: Text
value: Some content