halogenica / beautifulhugo

Theme for the Hugo static website generator
Other
1.13k stars 601 forks source link

Copy code button #499

Open mansoorbarri opened 2 months ago

mansoorbarri commented 2 months ago

fixes: Add a copy button to code snippet #494

files changed:

screenshot:

image from: /post/2017-03-07-bigimg-sample/

hydr0nium commented 1 month ago

@mansoorbarri Pretty could idea but I would like to propose some changes if possible:

henryiii commented 1 week ago

When I've done this in the past, I also filtered the beginning stuff from console.

$ echo "hi"
hi

Should only copy echo "hi".