aboutsummaryrefslogtreecommitdiff
path: root/test/command/3348.md
blob: f580e753178018d35f09af99292b210192661315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
```
% 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
  ------ ------------------------------------------------
```