spoiler-attrs

Trailing {attrs} attach to the Spoiler node; .nsfw conveys a semantic variant

§5.12

Input

^^hidden^^{.nsfw}

Output AST

- type: Paragraph
  children:
    - type: Spoiler
      children:
        - type: Text
          value: hidden
      attributes:
        - key: class
          value:
            - nsfw