mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
8613aa39e8
Closes #9987.
11 lines
159 B
Markdown
11 lines
159 B
Markdown
```
|
|
% pandoc -f bibtex -t bibtex
|
|
@misc{agency,
|
|
author = {{European Environment Agency}},
|
|
}
|
|
^D
|
|
@misc{agency,
|
|
author = {{European Environment Agency}}
|
|
}
|
|
```
|