pandoc-3.9: test/command/11409.md
```
% pandoc -t native
text^[sup]{.class}^
^D
[ Para
[ Str "text"
, Superscript
[ Span ( "" , [ "class" ] , [] ) [ Str "sup" ] ]
]
]
```
```
% pandoc -t native
text^[sup]{.class}^
^D
[ Para
[ Str "text"
, Superscript
[ Span ( "" , [ "class" ] , [] ) [ Str "sup" ] ]
]
]
```