mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 13:15:51 +00:00
22 lines
216 B
Markdown
22 lines
216 B
Markdown
```
|
|
% 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}
|
|
```
|