mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
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}
|
|
```
|