note;
I will write this code on javascript snippet
other wise md compiler will hide it.
Introduction
Tooltip is a way to show a text when you hover a item or link.
//SYNTAX
[ID]: ## 'MSG'
[LINK][HOVER MSG]
/*
[bbc][bbc]
*/
alternative
[Visit dev.to](https://dev.to/ "tooltip thanks to johnblommers?")
Top comments (7)
May I ask which Markdown editor supports this hover feature? I tried it with Typora and was unable to get it to work.
can you please provide me a link that what have you write ?✍
`//SYNTAX
[LINK][HOVER MSG]
/*
[bbc][bbc]
*/
`
The above is exactly what I copied and pasted into Typora and below is what it renders:
Hovering over any of it does not produce a tooltip.
This is not a criticism, I suspect you've shared an extended Markdown feature not supported by Typora. No worries.
replace bbc with the link
i tried on github and vscode and dev.to itself
The following syntax worked for me in Typora:
Visit dev.to ← but it does not work here at dev.to.
ok i updated it thanks