2017-10-12 05:21:55 +02:00
|
|
|
```
|
|
|
|
% pandoc --top-level-division=chapter -t context
|
|
|
|
# Chapter
|
|
|
|
|
|
|
|
## Section
|
|
|
|
^D
|
2022-06-06 18:24:28 +02:00
|
|
|
\startchapter[title={Chapter},reference={chapter}]
|
2018-01-25 20:56:28 +01:00
|
|
|
|
2022-06-06 18:24:28 +02:00
|
|
|
\startsection[title={Section},reference={section}]
|
|
|
|
|
|
|
|
\stopsection
|
|
|
|
|
|
|
|
\stopchapter
|
2017-10-12 05:21:55 +02:00
|
|
|
```
|