aboutsummaryrefslogtreecommitdiff
path: root/test/command/4690.md
blob: 9a46823cc8a30d9038e1e8728c4ec4e2815672c2 (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\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}
```