packages feed

pandoc-3.10: test/command/11362.md

```
% pandoc -f markdown -t asciidoc
This is a _test_[^1].

And yet another **one**[^1].

We can also try to write #hashtags [this]{.test}.

[^1]: Test footnote.
^D
This is a __test__footnote:[Test footnote.].

And yet another **one**footnote:[Test footnote.].

We can also try to write ++#++hashtags [.test]#this#.

```