aboutsummaryrefslogtreecommitdiff
path: root/test/command/9000.md
blob: 2c6336394d544243d77d43a6ad5fcda8cce86028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```
% pandoc -t org --wrap=auto --columns=20
[This is a link with a long description that should not
wrap](http://example.com) and
some regular text after it so we can see how wrapping works.
^D
[[http://example.com][This is a link with a long description that should not wrap]]
and some regular
text after it so we
can see how wrapping
works.

```