28 lines
447 B
Markdown
28 lines
447 B
Markdown
|
```
|
||
|
% 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
|
||
|
\hypertarget{a-circus}{%
|
||
|
\section{A circus!}\label{a-circus}}
|
||
|
|
||
|
\begin{frame}{Another silly title}
|
||
|
\protect\hypertarget{another-silly-title}{}
|
||
|
Not much to do about nothing.
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[standout]{Epilogue}
|
||
|
\protect\hypertarget{epilogue}{}
|
||
|
\end{frame}
|
||
|
```
|