pandoc/test/command/biblatex-angenendt.md
John MacFarlane 641849b70a Be less aggressive about using quotes for YAML values.
We need quotes if `[` or `{` or `'` is at the beginning of
the line, but not otherwise.
2020-10-08 10:54:53 -07:00

66 lines
1.6 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```
% pandoc -f biblatex -t markdown -s
@comment{
Adapted from biblatex-example.bib
Formatted with pandoc and chicago-author-date.csl, 2013-10-23:
(Angenendt 2002)
Angenendt, Arnold. 2002. “In Honore Salvatoris Vom Sinn und Unsinn der
Patrozinienkunde.” *Revue dHistoire Ecclésiastique* 97: 431456,
791823.
Formatted with pandoc and apa.csl, 2013-10-23:
(Angenendt, 2002)
Angenendt, A. (2002). In Honore Salvatoris Vom Sinn und Unsinn der
Patrozinienkunde. *Revue dHistoire Ecclésiastique*, *97*, 431456,
791823.
}
@Article{angenendt,
author = {Angenendt, Arnold},
title = {In Honore Salvatoris~-- Vom Sinn und Unsinn der
Patrozinienkunde},
journaltitle = {Revue d'Histoire Eccl{\'e}siastique},
date = 2002,
volume = 97,
pages = {431--456, 791--823},
hyphenation = {german},
indextitle = {In Honore Salvatoris},
shorttitle = {In Honore Salvatoris},
annotation = {A German article in a French journal. Apart from that, a
typical article entry. Note the indextitle
field},
}
^D
---
nocite: "[@*]"
references:
- annote: A German article in a French journal. Apart from that, a
typical article entry. Note the indextitle field
author:
- family: Angenendt
given: Arnold
container-title: Revue d'Histoire Ecclésiastique
id: angenendt
issued: 2002
language: de-DE
page: 431-456, 791-823
title: In Honore Salvatoris -- Vom Sinn und Unsinn der
Patrozinienkunde
title-short: In Honore Salvatoris
type: article-journal
volume: 97
---
```