0217ae2a4f
Closes #7266.
10 lines
125 B
Markdown
10 lines
125 B
Markdown
```
|
|
% pandoc -f biblatex -t biblatex -s
|
|
@article{id,
|
|
annote = "annotation"
|
|
}
|
|
^D
|
|
@article{id,
|
|
annote = {annotation}
|
|
}
|
|
```
|