packages feed

pandoc-3.9: test/command/10643.md

```
% pandoc -f html -t native
<p>A<style></style>B</p>
^D
[ Para
    [ Str "A"
    , RawInline (Format "html") "<style></style>"
    , Str "B"
    ]
]
```