pandoc/test/command/biblatex-textnormal.md
2020-10-07 23:05:51 -07:00

17 lines
219 B
Markdown

```
% pandoc -f biblatex -t markdown -s
@book{item1,
Title = {The Title \textnormal{of this book}},
}
^D
---
nocite: "[@*]"
references:
- id: item1
title: "The title [of this book]{.nodecor}"
type: book
---
```