packages feed

pandoc-citeproc-0.13: tests/biblio2yaml/inbook-title-booktitle-maintitle-series.biblatex

@inbook{item1,
	Author = {Author, Al},
	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}}

---
references:
- id: item1
  type: chapter
  author:
  - family: Author
    given: Al
  issued:
  - year: 2011
  title: 'Title of the “inbook” Entry: Subtitle. Titleaddon'
  container-title: 'Maintitle: Mainsubtitle. Maintitleaddon'
  volume-title: 'Booktitle: Booksubtitle. Booktitleaddon'
  collection-title: Series
  collection-number: '3'
  publisher: Publisher
  publisher-place: Location
  volume: '4'
  language: fr-FR
...