"Fossies" - the Fresh Open Source Software Archive 
Member "pandoc-2.18/test/command/3348.md" (4 Apr 2022, 1788 Bytes) of package /linux/www/pandoc-2.18.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) GitHub Flavored Markdown source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 ```
2 % pandoc -t native --columns=72
3 ----- ------------------------------------------------
4 foo bar
5
6 foo this is a long
7 line of text
8 ----- ------------------------------------------------
9 ^D
10 [ Table
11 ( "" , [] , [] )
12 (Caption Nothing [])
13 [ ( AlignRight , ColWidth 8.333333333333333e-2 )
14 , ( AlignLeft , ColWidth 0.6805555555555556 )
15 ]
16 (TableHead ( "" , [] , [] ) [])
17 [ TableBody
18 ( "" , [] , [] )
19 (RowHeadColumns 0)
20 []
21 [ Row
22 ( "" , [] , [] )
23 [ Cell
24 ( "" , [] , [] )
25 AlignDefault
26 (RowSpan 1)
27 (ColSpan 1)
28 [ Plain [ Str "foo" ] ]
29 , Cell
30 ( "" , [] , [] )
31 AlignDefault
32 (RowSpan 1)
33 (ColSpan 1)
34 [ Plain [ Str "bar" ] ]
35 ]
36 , Row
37 ( "" , [] , [] )
38 [ Cell
39 ( "" , [] , [] )
40 AlignDefault
41 (RowSpan 1)
42 (ColSpan 1)
43 [ Plain [ Str "foo" ] ]
44 , Cell
45 ( "" , [] , [] )
46 AlignDefault
47 (RowSpan 1)
48 (ColSpan 1)
49 [ Plain
50 [ Str "this"
51 , Space
52 , Str "is"
53 , Space
54 , Str "a"
55 , Space
56 , Str "long"
57 , SoftBreak
58 , Str "line"
59 , Space
60 , Str "of"
61 , Space
62 , Str "text"
63 ]
64 ]
65 ]
66 ]
67 ]
68 (TableFoot ( "" , [] , [] ) [])
69 ]
70 ```