aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-video.md
blob: 3eb239c4769ceb0c0afa7b6cf37ba94cf1a08a55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
```
% 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
---


```