sindresorhus/refined-github


The issue has been closed
In markdown PR's, show referenced images inline on hover. #3967
dylang posted onGitHub
With many of us writing documentation to markdown files, maybe we can make the review a little easier if we show referenced images:
Before
<img width="839" alt="Screen Shot 2021-02-11 at 2 21 17 PM" src="https://user-images.githubusercontent.com/51505/107689262-9a8ffb00-6c76-11eb-80e3-3869b760dcfa.png">
On mouse over (mock up, not a real design)
<img width="820" alt="Screen Shot 2021-02-11 at 2 34 36 PM" src="https://user-images.githubusercontent.com/51505/107689273-9d8aeb80-6c76-11eb-848b-a4864c8ae05b.png">
I'm not great with CSS so that's the best I could mock up quickly in Chrome debug tools. 😄