Input
:::note
= Title
content
::: Output AST
- type: NamedBlock
name: note
children:
- type: Section
level: 1
heading:
- type: Text
value: Titlecontent A heading as the first line of a block container needs no preceding blank line
Input
:::note
= Title
content
::: Output AST
- type: NamedBlock
name: note
children:
- type: Section
level: 1
heading:
- type: Text
value: Titlecontent