aboutsummaryrefslogtreecommitdiff
path: root/test/command/3348.md
blob: 94c2bd0e9cccdcd79479188710b4a2dd16ab5489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
```
% pandoc -t markdown --wrap=none
  ----- ------------------------------------------------
    foo bar

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

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