blob: c76cfcba4423cae6b49add227147be20bb06ab45 (
plain)
1
2
3
4
5
6
7
8
9
10
|
```
% pandoc --top-level-division=chapter -t context
# Chapter
## Section
^D
\chapter[title={Chapter},reference={chapter}]
\section[title={Section},reference={section}]
```
|