Input
> First line
Not continued Output AST
- type: QuoteBlock
children:
- type: Paragraph
children:
- type: Text
value: First line
- type: Paragraph
children:
- type: Text
value: Not continued A line without a leading > ends the QuoteBlock; parser MUST NOT treat it as continuation
Input
> First line
Not continued Output AST
- type: QuoteBlock
children:
- type: Paragraph
children:
- type: Text
value: First line
- type: Paragraph
children:
- type: Text
value: Not continued