```
% pandoc -f html -t latex --wrap=preserve
https://example.com/foo-bar
https://example.com/foo--bar
https://example.com/foo-bar
https://example.com/foo--bar
https://example.com/foo%2D%2Dbar
^D
\url{https://example.com/foo-bar}
\url{https://example.com/foo--bar}
\url{https://example.com/foo\%2Dbar}
\url{https://example.com/foo\%2D\%2Dbar}
\url{https://example.com/foo\%2D\%2Dbar}
```