From 75d8c99c73d2a725c6753170050fa77469c803d1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 11 Oct 2017 20:21:55 -0700 Subject: ConTeXt writer: Use identifiers for chapters. Closes #3968. --- test/command/3968.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/command/3968.md (limited to 'test/command') 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} +``` -- cgit v1.2.3