Input
> Hello world {.callout} Output AST
- type: QuoteBlock
children:
- type: Paragraph
children:
- type: Text
value: Hello world
attributes:
- key: class
value:
- callout Trailing {attrs} on the QuoteBlock's first content line are claimed by the QuoteBlock node
Input
> Hello world {.callout} Output AST
- type: QuoteBlock
children:
- type: Paragraph
children:
- type: Text
value: Hello world
attributes:
- key: class
value:
- callout