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

:::: {.columns}
::: {.column width="8%"}
content
:::
::: {.column width="84%"}
content2
:::
::::
^D
\begin{frame}{title}
\protect\phantomsection\label{title}
\begin{columns}[T]
\begin{column}{0.08\linewidth}
content
\end{column}

\begin{column}{0.84\linewidth}
content2
\end{column}
\end{columns}
\end{frame}
```