mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 13:15:51 +00:00
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}
|
|
}
|
|
```
|