Input
:::note
content
::: Output AST
- type: NamedBlock
name: note
children:
- type: Paragraph
children:
- type: Text
value: content Leading and trailing blank lines inside a NamedBlock body are stripped before children are parsed
Input
:::note
content
::: Output AST
- type: NamedBlock
name: note
children:
- type: Paragraph
children:
- type: Text
value: content