packages feed

pandoc-3.6.2: test/command/10497.md

```
% pandoc -f rst
a.__b__

a__b__

__foo__
^D
<p>a.__b__</p>
<p>a__b__</p>
<p>__foo__</p>
```