packages feed

pandoc-3.10: test/command/11014.md

```
% pandoc -f djot -t html
{.foo}
- bar
^D
<ul class="foo">
<li>bar</li>
</ul>
```