packages feed

pandoc-3.10: test/command/4442.md

```
% pandoc -f markdown -t latex
\newcommand{\myFruit}{Mango\xspace}
\myFruit is the king of fruits.
^D
\newcommand{\myFruit}{Mango\xspace}

Mango is the king of fruits.
```