pandoc/test/command/biblatex-video.md
2020-10-07 23:05:51 -07:00

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
---