11 lines
125 B
Markdown
11 lines
125 B
Markdown
|
```
|
||
|
% pandoc -f biblatex -t biblatex -s
|
||
|
@article{id,
|
||
|
annote = "annotation"
|
||
|
}
|
||
|
^D
|
||
|
@article{id,
|
||
|
annote = {annotation}
|
||
|
}
|
||
|
```
|