packages feed

pandoc-3.8: test/command/10983.md

```
% pandoc --citeproc --csl command/chicago-fullnote-bibliography.csl -t plain
---
references:
- id: test4
  type: blog-post
  title: "Username as author"
  author:
  - brtw
  container-title: "Reddit"
  issued:
    year: 2004
suppress-bibliography: true
...

[@test4]
^D
[1]

[1] brtw, “Username as Author,” Reddit, 2004.

```