pandoc/test/command/biblatex-glashow.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

51 lines
910 B
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:
(Glashow 1961)
Glashow, Sheldon. 1961. “Partial Symmetries of Weak Interactions.”
*Nucl. Phys.* 22: 579588.
Formatted with pandoc and apa.csl, 2013-10-23:
(Glashow, 1961)
Glashow, S. (1961). Partial symmetries of weak interactions.
*Nucl. Phys.*, *22*, 579588.
}
@Article{glashow,
author = {Glashow, Sheldon},
title = {Partial Symmetries of Weak Interactions},
journaltitle = {Nucl.~Phys.},
date = 1961,
volume = 22,
pages = {579-588},
}
^D
---
nocite: "[@*]"
references:
- author:
- family: Glashow
given: Sheldon
container-title: Nucl. Phys.
id: glashow
issued: 1961
page: 579-588
title: Partial symmetries of weak interactions
type: article-journal
volume: 22
---
```