aboutsummaryrefslogtreecommitdiff
path: root/test/command/5711.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/5711.md')
-rw-r--r--test/command/5711.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/command/5711.md b/test/command/5711.md
new file mode 100644
index 000000000..0d443c656
--- /dev/null
+++ b/test/command/5711.md
@@ -0,0 +1,13 @@
+```
+% pandoc -t native -f latex
+\documentclass{article}
+\begin{document}
+\begin{tabular}{c}
+\parbox{2cm}{d\\e}
+\end{tabular}
+\end{document}
+^D
+[Table [] [AlignCenter] [0.0]
+ [[]]
+ [[[Plain [Str "d",LineBreak,Str "e"]]]]]
+```