packages feed

pandoc-3.10.1: test/command/11409.md

```
% pandoc -t native
text^[sup]{.class}^
^D
[ Para
    [ Str "text"
    , Superscript
        [ Span ( "" , [ "class" ] , [] ) [ Str "sup" ] ]
    ]
]
```