summaryrefslogtreecommitdiff
path: root/test/command/3968.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3968.md')
-rw-r--r--test/command/3968.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/command/3968.md b/test/command/3968.md
new file mode 100644
index 000000000..c76cfcba4
--- /dev/null
+++ b/test/command/3968.md
@@ -0,0 +1,10 @@
+```
+% pandoc --top-level-division=chapter -t context
+# Chapter
+
+## Section
+^D
+\chapter[title={Chapter},reference={chapter}]
+
+\section[title={Section},reference={section}]
+```