aboutsummaryrefslogtreecommitdiff
path: root/test/command/4056.md
blob: e972931dd448b702b47d8f9258720333081defe4 (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
```
% pandoc -f markdown -t native
\parbox[t]{0.4\textwidth}{
\begin{shaded}
\end{shaded}
}
^D
[RawBlock (Format "tex") "\\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"]]]]]
```