Input
> {.callout}
> content 1
> content 2
> {.callout}
> content 3
>
{.callout} Output AST
- type: QuoteBlock
children:
- type: Paragraph
children:
- type: Text
value: "{.callout}content 1"
- type: QuoteBlock
children:
- type: Paragraph
children:
- type: Text
value: content 2
attributes:
- key: class
value:
- callout
- type: QuoteBlock
children:
- type: Paragraph
children:
- type: Text
value: content 3
attributes:
- key: class
value:
- callout