quote-block-no-lazy-continuation

A line without a leading > ends the QuoteBlock; parser MUST NOT treat it as continuation

§4.6

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