Hi, I’ve got a table with definitions of words.
| Word | Definition |
I want to be able to link every instance of that word in my document to the row in the table so that when someone hovers over the word, it shows the definition.
However, normally, it seems like the only way to do this leaves an @on the page. That’s pretty ugly.
How can I do this without having a visible @ and still allowing the preview card on hover?