aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-video.md
blob: e4dd251ca4d018eba7efcefe52d6509fa0e0e27b (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
---


```