pandoc-citeproc-0.10.5: 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^, [small-caps]{.smallcaps}'
title-short: The title
...