quote-block-lazy-continuation

A line without a leading > continues the QuoteBlock; the quote ends at a blank line, not at the first unprefixed line

§4.6

Input

> First line
Continued

After the quote

Output AST

- type: QuoteBlock
  children:
    - type: Paragraph
      children:
        - type: Text
          value: First lineContinued
- type: Paragraph
  children:
    - type: Text
      value: After the quote