aboutsummaryrefslogtreecommitdiff
path: root/test/command/4320.md
blob: dc9b076d690c260031b6183775fb362a06215acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
```
% pandoc -f native -t rst --wrap=none
[Table ("",[],[]) (Caption Nothing
 []) [(AlignDefault,Just 0.3),(AlignDefault,Just 0.3)] 0
 [Row ("",[],[])
  [Cell ("",[],[]) Nothing 1 1
   [Plain [Str "one"]]
  ,Cell ("",[],[]) Nothing 1 1
   [Plain [Str "two"]]]]
 [Row ("",[],[])
  [Cell ("",[],[]) Nothing 1 1
   [Plain [Str "ports"]]
  ,Cell ("",[],[]) Nothing 1 1
   [BlockQuote
    [Para [Strong [Str "thisIsGoingToBeTooLongAnyway"]]]]]]
 []]
^D
+--------------------+-------------------------------------+
| one                | two                                 |
+====================+=====================================+
| ports              |    **thisIsGoingToBeTooLongAnyway** |
+--------------------+-------------------------------------+
```