2017-11-12 23:19:58 +01:00
|
|
|
```
|
|
|
|
% pandoc -f markdown -t native
|
|
|
|
\parbox[t]{0.4\textwidth}{
|
|
|
|
\begin{shaded}
|
|
|
|
\end{shaded}
|
|
|
|
}
|
|
|
|
^D
|
|
|
|
[RawBlock (Format "latex") "\\parbox[t]{0.4\\textwidth}{\n\\begin{shaded}\n\\end{shaded}\n}"]
|
|
|
|
```
|
|
|
|
|
2017-11-12 23:46:29 +01:00
|
|
|
```
|
|
|
|
% 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"]]]]]
|
|
|
|
```
|