attrs-scope-chain-text-3

Three trailing {} on text list item: last to List, middle to ListItem, first dropped with CDN-0011 (Text has no attrs)

§6.1.2 · source

Input

- text {.a}{.b}{.c}

Diagnostics

- code: CDN-0011
  level: warning

Output AST

- type: List
  kind: bullet
  loose: false
  children:
    - type: ListItem
      children:
        - type: Text
          value: text
      attributes:
        - key: class
          value:
            - b
  attributes:
    - key: class
      value:
        - c