pandoc/test/command/3968.md

10 lines
136 B
Markdown
Raw Normal View History

```
% pandoc --top-level-division=chapter -t context
# Chapter
## Section
^D
\chapter[chapter]{Chapter}
\section[section]{Section}
```