mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 05:35:38 +00:00
Org doesn't reliable display these as links if they have hard breaks. Closes #9000.
15 lines
350 B
Markdown
15 lines
350 B
Markdown
```
|
|
% 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.
|
|
|
|
```
|
|
|