aboutsummaryrefslogtreecommitdiff
path: root/test/command/7857.md
blob: 424fac8b5fbff9e406c9d351923e0a5275f6bfe7 (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}
\phantomsection\label{slide}
ok
\end{frame}
```