aboutsummaryrefslogtreecommitdiff
path: root/test/command/4690.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4690.md')
-rw-r--r--test/command/4690.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/test/command/4690.md b/test/command/4690.md
new file mode 100644
index 000000000..deccfba13
--- /dev/null
+++ b/test/command/4690.md
@@ -0,0 +1,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}
+```