attrs-orphan-quoteblock

Leading {attrs} in QuoteBlock content has no preceding element — orphan, emitted as literal text; trailing {attrs} attaches to QuoteBlock

§6.3

Input

> {.class} content

> content {.class}

Output AST

- type: QuoteBlock
  children:
    - type: Paragraph
      children:
        - type: Text
          value: "{.class} content"
- type: QuoteBlock
  children:
    - type: Paragraph
      children:
        - type: Text
          value: content
  attributes:
    - key: class
      value:
        - class