```
% 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
  ------ ------------------------------------------------
```