aboutsummaryrefslogtreecommitdiff
path: root/test/command/citeproc-87.md
blob: 42cf7a6eec113e9f640362480226971a51863564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```
% pandoc --citeproc -Mlang=it-IT -t markdown-citations
Foo [@a 50: «Disse: "bar"»]. «Disse: "baz"»

---
suppress-bibliography: true
references:
- id: a
  author:
    - literal: Aristotele
  title: Metafisica
  type: book
...
^D
Foo (Aristotele, s.d., 50: «Disse: "bar"»). «Disse: "baz"»
```