Internal Links in HTML table?

I have large, nested table to set up in Obsidian, and from what I learned on the forum, HTML tables seem to be the way to do this.
However, inside an HTML table cell, [[internal link]] is not interpreted. Is there a way to use internal links inside HTML? I tried using the obsidian URL of the link target in a standard "<a href= … >" HTML link, but this is not optimal (no preview on hover, no connection in the graph)

Any help is apreciated

4 Likes
<a href="yourfile.md" class="internal-link">yourfile(or other title you want)</a>
9 Likes

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