pandoc/test/command/biblatex-inbook-title-booktitle-maintitle-series-2.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

1 KiB

% pandoc -f biblatex -t markdown -s
@inbook{item1,
	Author = {Author, Al},
	Bookauthor = {Bookauthor, Bob},
	Booksubtitle = {Booksubtitle},
	Booktitle = {Booktitle},
	Booktitleaddon = {Booktitleaddon},
	Date = {2011},
	Hyphenation = {french},
	Location = {Location},
	Mainsubtitle = {Mainsubtitle},
	Maintitle = {Maintitle},
	Maintitleaddon = {Maintitleaddon},
	Number = {3},
	Publisher = {Publisher},
	Series = {Series},
	Subtitle = {Subtitle},
	Title = {Title of the ``inbook'' Entry},
	Titleaddon = {Titleaddon},
	Volume = {4}}

^D
---
nocite: "[@*]"
references:
- author:
  - family: Author
    given: Al
  collection-number: 3
  collection-title: Series
  container-author:
  - family: Bookauthor
    given: Bob
  container-title: "Maintitle: Mainsubtitle. Maintitleaddon"
  id: item1
  issued: 2011
  language: fr-FR
  publisher: Publisher
  publisher-place: Location
  title: "Title of the \"inbook\" Entry: Subtitle. Titleaddon"
  type: chapter
  volume: 4
  volume-title: "Booktitle: Booksubtitle. Booktitleaddon"
---