mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-12 20:37:13 +00:00
bfbf67ca5d
Org doesn't reliable display these as links if they have hard breaks. Closes #9000.
350 B
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.