aboutsummaryrefslogtreecommitdiff
path: root/test/command/5967.md
blob: 9bb802d40d1c35ff62cb051c953e5499db5b018a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
```
% pandoc --toc --toc-depth=3 -s -t plain
# One
## Two
#### Four
^D
-   One
    -   Two

One

Two

Four
```