packages feed

pandoc-3.10: test/command/11422.md

```
% pandoc -f docbook -t markdown
<example>
    <para>
      Example without a title.
    </para>
</example>
^D
::: example
Example without a title.
:::
```