aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-textnormal.md
blob: c70e9d6d478ad5e46cc25f14979ccb357e9b5a51 (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
---


```