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.
419 B
419 B
% pandoc -t beamer
---
title: A silly slide
subtitle: Look for the sequel!
---
# A circus!
## Another silly title
Not much to do about nothing.
## Epilogue {.standout}
^D
\section{A circus!}\label{a-circus}
\begin{frame}{Another silly title}
\phantomsection\label{another-silly-title}
Not much to do about nothing.
\end{frame}
\begin{frame}[standout]{Epilogue}
\phantomsection\label{epilogue}
\end{frame}