quote-block-attrs-trailing

Trailing {attrs} on the QuoteBlock's first content line are claimed by the QuoteBlock node

§4.6 · source

Input

> Hello world {.callout}

Output AST

- type: QuoteBlock
  children:
    - type: Paragraph
      children:
        - type: Text
          value: Hello world
  attributes:
    - key: class
      value:
        - callout