pandoc-citeproc-0.11.1.1: tests/biblio2yaml/pandoc-2/formatting.biblatex
@article{item1,
Title = {The Title:
\textit{italics},
\textbf{bold},
\textsubscript{subscript},
\textsuperscript{superscript},
\textsc{small-caps}}
}
---
references:
- id: item1
type: article-journal
title: 'The title: *Italics*, **bold**, ~subscript~, ^superscript^, <span class="smallcaps">small-caps</span>'
title-short: The title
...