aboutsummaryrefslogtreecommitdiff
path: root/test/command/1762.md
blob: b35b209aa38dd39c9b182ee91d36fb92dc61ccdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
```
% pandoc -t latex
# One {.unlisted}

# Two {.unnumbered}

# Three {.unlisted .unnumbered}
^D
\section{One}\label{one}

\section*{Two}\label{two}
\addcontentsline{toc}{section}{Two}

\section*{Three}\label{three}
```