pandoc/test/command/3968.md

15 lines
213 B
Markdown
Raw Normal View History

```
% pandoc --top-level-division=chapter -t context
# Chapter
## Section
^D
\startchapter[title={Chapter},reference={chapter}]
\startsection[title={Section},reference={section}]
\stopsection
\stopchapter
```