pandoc/test/command/7266.md

11 lines
125 B
Markdown
Raw Normal View History

```
% pandoc -f biblatex -t biblatex -s
@article{id,
annote = "annotation"
}
^D
@article{id,
annote = {annotation}
}
```