mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
f7035d080c
+ Use `\phantomsection` and `\label` instead of `\hypertarget`. + Use `\hyperref` for LaTeX internal links, `\hyperlink` for beamer (since `\hyperref` doesn't seem to work). Closes #9022.
208 B
208 B
% 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}