aboutsummaryrefslogtreecommitdiff
path: root/test/command/7857.md
blob: 0776fdc0a10197844aa1005c135035f3c560ce0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
```
% pandoc --slide-level=2 -t beamer
# section

::: notes
my note
:::

## slide

ok
^D
\section{section}\label{section}

\note{my note}

\begin{frame}{slide}
\protect\phantomsection\label{slide}
ok
\end{frame}
```