aboutsummaryrefslogtreecommitdiff
path: root/test/command/3348.md
blob: 74be69af55374f777f59282ce23d29c9b48d349c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
```
% pandoc -t markdown --wrap=none --columns=72
  ----- ------------------------------------------------
    foo bar

    foo this is a long
        line of text
  ----- ------------------------------------------------
^D
  ------ ------------------------------------------------
     foo bar

     foo this is a long line of text
  ------ ------------------------------------------------
```

```
% pandoc -t native --columns=72
  ----- ------------------------------------------------
    foo bar

    foo this is a long
        line of text
  ----- ------------------------------------------------
^D
[Table [] [AlignRight,AlignLeft] [8.333333333333333e-2,0.6666666666666666]
 [[]
 ,[]]
 [[[Plain [Str "foo"]]
  ,[Plain [Str "bar"]]]
 ,[[Plain [Str "foo"]]
  ,[Plain [Str "this",Space,Str "is",Space,Str "a",Space,Str "long",SoftBreak,Str "line",Space,Str "of",Space,Str "text"]]]]]
```