Alternative name for the link won't show in preview

What I’m trying to do

I’m trying to make a link within an infobox from ITS theme to another note, but under a different name than the note is titled. It works in edit mode, however in preview it will just show the name included with brackets. It won’t convert to a link.

Things I have tried

I have tried making the link outside the infobox, which does work; both in edit and preview mode. It just seems like it won’t work in the infobox. Is there a way to make it work or is there unfortunately no way to make it happen?

image
image
image

Could you please show some more of the markdown around/containing your infobox?

1 Like

Of course.

Not sure if I’ve got the spelling right here, but if that link is in a table you’ll need to escape the | character with a \

[[theatre Kid \|hadrian hyper]]

maybe?

3 Likes

Those are not ordinary callouts, but tables.

In there you need to use \|, since otherwise it’s consider a column divider.

3 Likes

that worked! thank you so much

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.