quote-block-nested

produces a QuoteBlock nested inside an outer QuoteBlock (nesting depth = count of leading > chars)

§4.6 · source

Input

>> Nested quote

Output AST

- type: QuoteBlock
  children:
    - type: QuoteBlock
      children:
        - type: Paragraph
          children:
            - type: Text
              value: Nested quote