diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/1710.md | 2 | ||||
-rw-r--r-- | test/command/4016.md | 8 | ||||
-rw-r--r-- | test/command/4690.md | 2 | ||||
-rw-r--r-- | test/command/empty_paragraphs.md | 2 |
4 files changed, 2 insertions, 12 deletions
diff --git a/test/command/1710.md b/test/command/1710.md index 4d9c64b30..64d86cffe 100644 --- a/test/command/1710.md +++ b/test/command/1710.md @@ -56,7 +56,6 @@ ok ^D \begin{frame}{Slide one} \protect\hypertarget{slide-one}{} - \begin{columns}[T] \begin{column}{0.4\textwidth} \begin{itemize} @@ -82,6 +81,5 @@ ok ok \end{column} \end{columns} - \end{frame} ``` diff --git a/test/command/4016.md b/test/command/4016.md index 5e4e35e0d..577ac1b09 100644 --- a/test/command/4016.md +++ b/test/command/4016.md @@ -15,32 +15,28 @@ pandoc -t beamer ^D \begin{frame}{Level 2 blocks} \protect\hypertarget{level-2-blocks}{} - \begin{columns}[T] \begin{column}{0.4\textwidth} \begin{block}{Block one} - +\protect\hypertarget{block-one}{} \begin{itemize} \tightlist \item Item \end{itemize} - \end{block} \end{column} \begin{column}{0.6\textwidth} \begin{block}{Block two} - +\protect\hypertarget{block-two}{} \begin{itemize} \tightlist \item Item \end{itemize} - \end{block} \end{column} \end{columns} - \end{frame} ``` diff --git a/test/command/4690.md b/test/command/4690.md index deccfba13..9a46823cc 100644 --- a/test/command/4690.md +++ b/test/command/4690.md @@ -13,7 +13,6 @@ content2 ^D \begin{frame}{title} \protect\hypertarget{title}{} - \begin{columns}[T] \begin{column}{0.08\textwidth} content @@ -23,6 +22,5 @@ content content2 \end{column} \end{columns} - \end{frame} ``` diff --git a/test/command/empty_paragraphs.md b/test/command/empty_paragraphs.md index 001aaf1b0..14bd8d060 100644 --- a/test/command/empty_paragraphs.md +++ b/test/command/empty_paragraphs.md @@ -37,8 +37,6 @@ [Para [Str "hi"], Para [], Para [], Para [Str "lo"]] ^D <p>hi</p> - - <p>lo</p> ``` |