2017-11-12 23:19:58 +01:00
|
|
|
```
|
|
|
|
% pandoc -f markdown -t native
|
|
|
|
\parbox[t]{0.4\textwidth}{
|
|
|
|
\begin{shaded}
|
|
|
|
\end{shaded}
|
|
|
|
}
|
|
|
|
^D
|
2018-08-15 19:25:12 +02:00
|
|
|
[RawBlock (Format "tex") "\\parbox[t]{0.4\\textwidth}{\n\\begin{shaded}\n\\end{shaded}\n}"]
|
2017-11-12 23:19:58 +01:00
|
|
|
```
|
|
|
|
|
2017-11-12 23:46:29 +01:00
|
|
|
```
|
|
|
|
% pandoc -f latex -t native
|
|
|
|
\begin{tabular}{l*{2}{r}}
|
|
|
|
Blah & Foo & Bar \\
|
|
|
|
\end{tabular}
|
|
|
|
^D
|
2020-03-28 23:22:48 +01:00
|
|
|
[Table ("",[],[]) (Caption Nothing
|
2020-04-04 22:35:42 +02:00
|
|
|
[])
|
|
|
|
[(AlignLeft,ColWidthDefault)
|
|
|
|
,(AlignRight,ColWidthDefault)
|
|
|
|
,(AlignRight,ColWidthDefault)]
|
|
|
|
(TableHead ("",[],[])
|
2020-04-10 02:08:49 +02:00
|
|
|
[])
|
2020-04-06 01:53:35 +02:00
|
|
|
[(TableBody ("",[],[]) (RowHeadColumns 0)
|
2020-04-04 22:35:42 +02:00
|
|
|
[]
|
|
|
|
[Row ("",[],[])
|
2020-04-06 01:53:35 +02:00
|
|
|
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
2020-04-04 22:35:42 +02:00
|
|
|
[Plain [Str "Blah"]]
|
2020-04-06 01:53:35 +02:00
|
|
|
,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
2020-04-04 22:35:42 +02:00
|
|
|
[Plain [Str "Foo"]]
|
2020-04-06 01:53:35 +02:00
|
|
|
,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
2020-04-04 22:35:42 +02:00
|
|
|
[Plain [Str "Bar"]]]])]
|
|
|
|
(TableFoot ("",[],[])
|
|
|
|
[])]
|
2017-11-12 23:46:29 +01:00
|
|
|
```
|