packages feed

pandoc-citeproc-0.2: tests/biblio2yaml/textnormal.biblatex

@book{item1,
	Title = {The Title \textnormal{of this book}},
}

---
references:
- id: item1
  type: book
  title: 'The title <span class="nodecor">of this book</span>'
...