typst-0.6.2: test/typ/meta/link-07.typ
// Link containing a block.
#link("https://example.com/", block[
My cool rhino
#box(move(dx: 10pt, image("/assets/files/rhino.png", width: 1cm)))
])
// Link containing a block.
#link("https://example.com/", block[
My cool rhino
#box(move(dx: 10pt, image("/assets/files/rhino.png", width: 1cm)))
])