aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-365.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-365.md')
-rw-r--r--test/command/pandoc-citeproc-365.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-365.md b/test/command/pandoc-citeproc-365.md
new file mode 100644
index 000000000..8d43ab659
--- /dev/null
+++ b/test/command/pandoc-citeproc-365.md
@@ -0,0 +1,39 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+csl: 'command/le-tapuscrit-note.csl'
+references:
+- ISBN: '978-2-912573-52-0'
+ author:
+ - family: Le Gras
+ given: Gwénaëlle
+ call-number: 'Tolbiac - Rez de Jardin - Littérature et art - Magasin -
+ 2010-82178'
+ collection-title: 'Jeux d''acteurs'
+ id: legras_michel_2010
+ issued:
+ - year: 2010
+ language: fre
+ number-of-pages: 128
+ publisher: Scope
+ publisher-place: Paris
+ source: 'BnF Catalogue général (http://catalogue.bnf.fr)'
+ title: 'Michel Simon : l''art de la disgrâce'
+ title-short: Michel Simon
+ type: book
+---
+
+Foo [@legras_michel_2010].
+^D
+Foo.[^1]
+
+::: {#refs .references .csl-bib-body}
+::: {#ref-legras_michel_2010 .csl-entry}
+[Le Gras]{.smallcaps} Gwénaëlle, *Michel Simon : l'art de la disgrâce*,
+Paris, Scope (coll. « Jeux d'acteurs »), 2010, 128 p.
+:::
+:::
+
+[^1]: Gwénaëlle Le Gras, *Michel Simon : l'art de la disgrâce*, Paris,
+ Scope, 2010, 128 p.
+```