19 lines
285 B
Markdown
19 lines
285 B
Markdown
|
```
|
||
|
% pandoc -t latex
|
||
|
# One {.unlisted}
|
||
|
|
||
|
# Two {.unnumbered}
|
||
|
|
||
|
# Three {.unlisted .unnumbered}
|
||
|
^D
|
||
|
\hypertarget{one}{%
|
||
|
\section{One}\label{one}}
|
||
|
|
||
|
\hypertarget{two}{%
|
||
|
\section*{Two}\label{two}}
|
||
|
\addcontentsline{toc}{section}{Two}
|
||
|
|
||
|
\hypertarget{three}{%
|
||
|
\section*{Three}\label{three}}
|
||
|
```
|