block-cannot-interrupt-paragraph-inside-quote

Stacked >, -, > markers on a QuoteBlock continuation line cannot interrupt an in-progress paragraph; only the line's own leading > is stripped for the container, and the rest folds into paragraph text literally with soft break collapsed to zero

§10.1

Input

> q
> - > q li q

Output AST

- type: QuoteBlock
  children:
    - type: Paragraph
      children:
        - type: Text
          value: q- > q li q