quote-block-consecutive

A blank line between > blocks terminates the first QuoteBlock and starts a new one; they do not merge

§4.6

Input

> alpha

> beta

Output AST

- type: QuoteBlock
  children:
    - type: Paragraph
      children:
        - type: Text
          value: alpha
- type: QuoteBlock
  children:
    - type: Paragraph
      children:
        - type: Text
          value: beta