Input
:::callout
::a b::
::: Output AST
- type: NamedBlock
name: callout
children:
- type: Paragraph
children:
- type: Mark
name: a
children:
- type: Text
value: b A ::: line at block position is still a NamedBlock and never reaches the inline Mark parser, even when its content holds Mark syntax (§5.10, §10)
Input
:::callout
::a b::
::: Output AST
- type: NamedBlock
name: callout
children:
- type: Paragraph
children:
- type: Mark
name: a
children:
- type: Text
value: b