heading-inside-quoteblock

A heading inside a QuoteBlock is legal; produces a Section as a child of the QuoteBlock

§4.2 · source

Input

> = Heading inside quote
>
> paragraph

Output AST

- type: QuoteBlock
  children:
    - type: Section
      level: 1
      heading:
        - type: Text
          value: Heading inside quote
      children:
        - type: Paragraph
          children:
            - type: Text
              value: paragraph