summaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-number-of-volumes.md
blob: ba83497f86e09ba0196b967e7042d15f0d8556b9 (plain) (blame)
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
```
% pandoc --citeproc -t markdown-citations
---
references:
- author:
    family: Author
    given:
    - Al
  id: item1
  issued:
    year: 2013
  language: 'en-US'
  number-of-volumes: 2
  publisher: Publisher
  publisher-place: Location
  title: Title
  type: book
---

@item1
^D
Author (2013)

:::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"}
::: {#ref-item1 .csl-entry}
Author, Al. 2013. *Title*. 2 vols. Location: Publisher.
:::
::::
```