From d9b1776336db06306562c4b5648716196261b548 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 3 Feb 2020 08:52:07 -0800 Subject: Fix duplicate frame classes in LaTeX/Beamer output. Close #6107. --- test/command/6107.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test/command/6107.md (limited to 'test/command') diff --git a/test/command/6107.md b/test/command/6107.md new file mode 100644 index 000000000..8444172ab --- /dev/null +++ b/test/command/6107.md @@ -0,0 +1,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} +``` -- cgit v1.2.3