aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-399.md
blob: 0c0840c70dd90195d577eff245cb5d392fb090cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
```
% pandoc --citeproc -t markdown-citations
---
csl: command/style399.csl
references:
- author:
  - family: One
  id: one
- author:
  - family: Two
  id: two
- author:
  - family: Three
  id: three
- author:
  - family: Four
  id: four
- author:
  - family: Five
  id: five
- author:
  - family: Six
  id: six
- author:
  - family: Seven
  id: seven
- author:
  - family: Eight
  id: eight
- author:
  - family: Nine
  id: nine
- author:
  - family: Ten
  id: ten
- author:
  - family: Eleven
  id: eleven
---

Inline citation
[@one; @two; @three; @four; @five; @six; @seven; @eight; @nine; @ten; @eleven].
^D
Inline citation \[1,2,3,4,5,6,7,8,9,10,11\].
```