diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/4056.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/test/command/4056.md b/test/command/4056.md index be245a30d..eed4f6d6a 100644 --- a/test/command/4056.md +++ b/test/command/4056.md @@ -8,4 +8,17 @@ [RawBlock (Format "latex") "\\parbox[t]{0.4\\textwidth}{\n\\begin{shaded}\n\\end{shaded}\n}"] ``` - +``` +% pandoc -f latex -t native +\begin{tabular}{l*{2}{r}} +Blah & Foo & Bar \\ +\end{tabular} +^D +[Table [] [AlignLeft,AlignRight,AlignRight] [0.0,0.0,0.0] + [[] + ,[] + ,[]] + [[[Plain [Str "Blah"]] + ,[Plain [Str "Foo"]] + ,[Plain [Str "Bar"]]]]] +``` |