
Add copy button to your GatsbyJS blog's code block
2022年3月13日 • ☕️ 5 min read
not like `gatsby-plugin-mdx`, it's not easy to add `copy button` to code block. So, I wrote this plugin -- [gatsby-remark-prismjs-copy-button](https://github.com/thundermiracle/gatsby-remark-prismjs-copy-button). Let's see how to make it work.