mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
f53977e295
Closes #8088.
7 lines
111 B
Markdown
7 lines
111 B
Markdown
```
|
|
% pandoc -t latex --biblatex
|
|
[@first, 1; @second; @third, 3]
|
|
^D
|
|
\autocites[1]{first}{second}[3]{third}
|
|
```
|