aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-textnormal.md
blob: 0aa5550c3cb3b3c10fb9eb8ddd595f55ae0a8571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
```
% 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
---


```