【发布时间】:2021-01-13 16:44:52
【问题描述】:
当鼠标悬停在一个单词上时,我想在 R markdown 文件中显示一个单词的定义。
对于链接,可以这样完成:[I'm an inline-style link with title](https://www.google.com "Google's Homepage") 将鼠标悬停在I'm an inline-style link with title 上时会弹出文本Google's Homepage。但是,我想对一个单词做同样的事情,并在没有链接的框中给出单词的定义。
类似:[word]("Definition of word that pops up in a box upon hovering")。这可能吗?
【问题讨论】:
标签: html r r-markdown