quote-block-lazy-continuation-into-list

A lazy continuation line is handed to the quote's current child block and follows that block's continuation rules — here a list item absorbs it

§4.6

Input

> - item one
still item one

Output AST

- type: QuoteBlock
  children:
    - type: List
      kind: bullet
      loose: false
      children:
        - type: ListItem
          children:
            - type: Text
              value: item onestill item one