File: pandoc-citeproc-360.md

package info (click to toggle)
haskell-pandoc 3.1.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 23,052 kB
  • sloc: haskell: 81,285; xml: 3,855; makefile: 13
file content (35 lines) | stat: -rw-r--r-- 760 bytes parent folder | download
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
```
% pandoc --citeproc -t markdown-citations
---
csl: 'command/chicago-fullnote-bibliography.csl'
references:
- author:
  - family: 'L''Estrange'
    given: Michael
  - family: Merchant
    given: Stephen
  id: lestrange2017
  issued:
  - day: 18
    month: 7
    year: 2017
  language: 'en-US'
  title: 2017 Independent Intelligence Review
  title-short: Independent Intelligence Review
  type: report
---

[@lestrange2017]
^D
[^1]

::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"}
::: {#ref-lestrange2017 .csl-entry}
L'Estrange, Michael, and Stephen Merchant. "2017 Independent
Intelligence Review," July 18, 2017.
:::
:::

[^1]: Michael L'Estrange and Stephen Merchant, "2017 Independent
    Intelligence Review," July 18, 2017.
```