2017-03-17 17:10:43 +01:00
|
|
|
```
|
|
|
|
% pandoc -t native --columns=72
|
|
|
|
----- ------------------------------------------------
|
|
|
|
foo bar
|
|
|
|
|
|
|
|
foo this is a long
|
|
|
|
line of text
|
|
|
|
----- ------------------------------------------------
|
|
|
|
^D
|
2020-03-28 18:22:48 -04:00
|
|
|
[Table ("",[],[]) (Caption Nothing
|
2020-04-04 16:35:42 -04:00
|
|
|
[])
|
|
|
|
[(AlignRight,ColWidth 8.333333333333333e-2)
|
|
|
|
,(AlignLeft,ColWidth 0.6805555555555556)]
|
|
|
|
(TableHead ("",[],[])
|
2020-04-09 20:08:49 -04:00
|
|
|
[])
|
2020-04-05 19:53:35 -04:00
|
|
|
[(TableBody ("",[],[]) (RowHeadColumns 0)
|
2020-04-04 16:35:42 -04:00
|
|
|
[]
|
|
|
|
[Row ("",[],[])
|
2020-04-05 19:53:35 -04:00
|
|
|
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
2020-04-04 16:35:42 -04:00
|
|
|
[Plain [Str "foo"]]
|
2020-04-05 19:53:35 -04:00
|
|
|
,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
2020-04-04 16:35:42 -04:00
|
|
|
[Plain [Str "bar"]]]
|
|
|
|
,Row ("",[],[])
|
2020-04-05 19:53:35 -04:00
|
|
|
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
2020-04-04 16:35:42 -04:00
|
|
|
[Plain [Str "foo"]]
|
2020-04-05 19:53:35 -04:00
|
|
|
,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
2020-04-04 16:35:42 -04:00
|
|
|
[Plain [Str "this",Space,Str "is",Space,Str "a",Space,Str "long",SoftBreak,Str "line",Space,Str "of",Space,Str "text"]]]])]
|
|
|
|
(TableFoot ("",[],[])
|
|
|
|
[])]
|
2017-03-17 17:10:43 +01:00
|
|
|
```
|