quote-block-basic

Lines prefixed with > form a QuoteBlock; prefix and optional space are stripped

§4.6

Input

> Hello
> World

Output AST

- type: QuoteBlock
  children:
    - type: Paragraph
      children:
        - type: Text
          value: HelloWorld