pandoc-citeproc-0.7.3.1: 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>
...
@book{item1,
Title = {The Title \textnormal{of this book}},
}
---
references:
- id: item1
type: book
title: The title <span class="nodecor">of this book</span>
...