aboutsummaryrefslogtreecommitdiff
path: root/test/command/7266.md
blob: 9db833636b5aca9c0bc1db7d487ef26cabc8bc92 (plain)
1
2
3
4
5
6
7
8
9
10
```
% pandoc -f biblatex -t biblatex -s
@article{id,
  annote = "annotation"
}
^D
@article{id,
  annote = {annotation}
}
```