mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 05:33:41 +08:00
1be0f0fba8
Closes #6727.
225 B
225 B
% pandoc -f biblatex -t markdown -s
@video{x1,title={blah}}
@movie{x2,title={blah}}
^D
---
nocite: "[@*]"
references:
- id: x1
title: Blah
type: motion_picture
- id: x2
title: Blah
type: motion_picture
---