10 lines
136 B
Markdown
10 lines
136 B
Markdown
|
```
|
||
|
% pandoc --top-level-division=chapter -t context
|
||
|
# Chapter
|
||
|
|
||
|
## Section
|
||
|
^D
|
||
|
\chapter[chapter]{Chapter}
|
||
|
\section[section]{Section}
|
||
|
```
|