project-slippi / slippi-launcher

The way to play Slippi Online and watch replays.
GNU General Public License v3.0
244 stars 125 forks source link

Add copy to clipboard functionality to code blocks #436

Closed vinceau closed 5 months ago

vinceau commented 5 months ago

Description

This PR adds proper code block functionality to our markdown renderer. A copy to clipboard button appears on hover. We also replace the usages of our electron clipboard with built in browser clipboard functionality.

Screenshots

Before

Screenshot 2024-04-15 at 10 57 21 PM

After

Screenshot 2024-04-15 at 10 56 48 PM