Tables of clickable images with Documenter (galleries)

Hi,
I’m preparing tables with images in a gallery style, and I want the images to be clickable. So far I’ve managed to do it when the calbacks are other .md files. Example

However, there are other cases where I only want the the calback to be an internal cross reference. Trying to apply the same logic lead me to:

https://github.com/GenericMappingTools/GMT.jl/blob/master/docs/src/gallery/mapprojs.md

Although it kinda of works, it’s a bit ugly to have the link visible and require to click on it (instead of on the image).

So my question is, with Documenter is it possible to make the link to the cross reference be invisible? That is, can the second case be made to look like the first? Tried several variations but syntax above was the only that somewhat worked.

Thanks.