75d8c99c73
Closes #3968.
9 lines
136 B
Markdown
9 lines
136 B
Markdown
```
|
|
% pandoc --top-level-division=chapter -t context
|
|
# Chapter
|
|
|
|
## Section
|
|
^D
|
|
\chapter[chapter]{Chapter}
|
|
\section[section]{Section}
|
|
```
|