Example:
shows clickable link (my mouse is unfortunately not visible; i am hovering over the markdown heading)
However, I think I noticed a bug:
When clicking on the link, it shows a thumbsup next to the heading. I guess that is not expected?
That's expected. The thumbs up is to tell you it got copied to your clipboard. Might not be great UX but I thought that was better than copying it without doing anything.
reply
Ah ok, makes sense then. A popup notification like "Copied link" would maybe be better.
Just a suggestion. Not sure if popups are used anywhere already so this wouldn't be a completely new feature.
reply
They aren't used anywhere currently.
reply
I think I've seen some while developing on errors. But that's a feature during debugging, I guess? So not available in production?
reply
It's something nextjs provides to communicate errors.
reply