aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-textnormal.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/biblatex-textnormal.md')
-rw-r--r--test/command/biblatex-textnormal.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/command/biblatex-textnormal.md b/test/command/biblatex-textnormal.md
new file mode 100644
index 000000000..c70e9d6d4
--- /dev/null
+++ b/test/command/biblatex-textnormal.md
@@ -0,0 +1,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
+---
+
+
+```