highlight-with-attrs

Highlight collects trailing {attrs}; class names are opaque to the parser

§5.4

Input

~~crossed~~{.ct}

Output AST

- type: Paragraph
  children:
    - type: Highlight
      attributes:
        - key: class
          value:
            - ct
      children:
        - type: Text
          value: crossed