packages feed

pandoc-3.10: test/command/8777.md

# Backslash escapes in markdown_strict

```
% pandoc --from=markdown_strict -t html
These are not escaped: \~ \"
^D
<p>These are not escaped: \~ \"</p>
```