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