packages feed

pandoc-citeproc-0.2: 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:
- title: ! 'Title of the “@inbook” Entry: Subtitle. Titleaddon'
  title-short: Title of the “@inbook” Entry
  id: item1
  type: chapter
  issued:
    year: 2011
  author:
    given:
    - Al
    family: Author
  volume: 4
  volume-title: ! 'Booktitle: Booksubtitle. Booktitleaddon'
  container-title: ! 'Maintitle: Mainsubtitle. Maintitleaddon'
  collection-title: Series
  collection-number: 3
  publisher: Publisher
  publisher-place: Location
  language: fr-FR
...