summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-11 20:21:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-11 20:21:55 -0700
commit75d8c99c73d2a725c6753170050fa77469c803d1 (patch)
treeab5a48d859391b132b01052c63e8cfa396a13a1c /test
parent71e4543cc042240be2835b9c76f7dbb7158d1049 (diff)
ConTeXt writer: Use identifiers for chapters.
Closes #3968.
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}
+```