pandoc/test/command/6033.md

92 lines
1,011 B
Markdown
Raw Normal View History

```
% pandoc -t beamer --slide-level=4
# One
## One-A
:::: columns
::: column
- One column.
:::
::: column
- Another column.
:::
::::
- Some more text.
## One-B
- Text.
# Two
## Two-A
- More text.
^D
\hypertarget{one}{%
\section{One}\label{one}}
\hypertarget{one-a}{%
\subsection{One-A}\label{one-a}}
\begin{frame}{One-A}
\begin{columns}[T]
\begin{column}{0.48\textwidth}
\begin{itemize}
\tightlist
\item
One column.
\end{itemize}
\end{column}
\begin{column}{0.48\textwidth}
\begin{itemize}
\tightlist
\item
Another column.
\end{itemize}
\end{column}
\end{columns}
\begin{itemize}
\tightlist
\item
Some more text.
\end{itemize}
\end{frame}
\hypertarget{one-b}{%
\subsection{One-B}\label{one-b}}
\begin{frame}{One-B}
\begin{itemize}
\tightlist
\item
Text.
\end{itemize}
\end{frame}
\hypertarget{two}{%
\section{Two}\label{two}}
\hypertarget{two-a}{%
\subsection{Two-A}\label{two-a}}
\begin{frame}{Two-A}
\begin{itemize}
\tightlist
\item
More text.
\end{itemize}
\end{frame}
```