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


```