diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/6030.md | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/test/command/6030.md b/test/command/6030.md index 943150432..44a934a6a 100644 --- a/test/command/6030.md +++ b/test/command/6030.md @@ -33,3 +33,46 @@ Four </section> </section> ``` + +``` +% pandoc -t beamer --slide-level=3 +# One + +One + +## Two + +Two + +### Three + +Three + +#### Four + +Four +^D +\hypertarget{one}{% +\section{One}\label{one}} + +\begin{frame}{One} +One +\end{frame} + +\hypertarget{two}{% +\subsection{Two}\label{two}} + +\begin{frame}{Two} +Two +\end{frame} + +\begin{frame}{Three} +\protect\hypertarget{three}{} +Three + +\begin{block}{Four} +\protect\hypertarget{four}{} +Four +\end{block} +\end{frame} +``` |