aboutsummaryrefslogtreecommitdiff
path: root/test/command/6107.md
blob: 8444172ab545c14941b2bcbdb60836e68b2ec7dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
```
% 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}
```