[NTG-context] Breaking url into multiple lines results in broken link in rendered PDF
Pablo Rodriguez
oinos at gmx.es
Thu Mar 31 18:21:00 CEST 2022
On 3/30/22 19:35, A A via ntg-context wrote:
> I would like to be able to break up URLs into multiple lines in my
> bibliography source file and still get the link to work.
I think this would work as you intend:
\setupinteraction[state=start]
\starttext
\useURL[myUrl][https:%
//www.%
goo%
gle%
.com]
\goto{link}[url(myUrl)]
\stoptext
I hope it helps,
Pablo
More information about the ntg-context
mailing list