Files
pandoc/test/command/10983.md
John MacFarlane 270fbd54f8 Use latest dev citeproc.
This solves the problem of unwanted capitalization of names
at the beginning of citations in footnotes.

Closes #10983.
2025-07-24 14:51:11 -07:00

23 lines
334 B
Markdown

```
% 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.
```