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}
|
||
|
```
|