Files
John MacFarlane bfbf67ca5d Org writer: don't wrap link descriptions.
Org doesn't reliable display these as links if they have hard breaks.

Closes #9000.
2025-07-27 11:17:06 -07:00

350 B

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