aboutsummaryrefslogtreecommitdiff
path: root/test/command/4690.md
blob: deccfba1374bd1d80a6e1e4926b173b66f14cccb (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
28
```
% pandoc -t beamer
# title

:::: {.columns}
::: {.column width="8%"}
content
:::
::: {.column width="84%"}
content2
:::
::::
^D
\begin{frame}{title}
\protect\hypertarget{title}{}

\begin{columns}[T]
\begin{column}{0.08\textwidth}
content
\end{column}

\begin{column}{0.84\textwidth}
content2
\end{column}
\end{columns}

\end{frame}
```