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