1
1 Comment

Copy to clipboard button in MDX with Next.js and Rehype Pretty Code

https://claritydev.net/blog/copy-to-clipboard-button-nextjs-mdx-rehype

This tutorial will guide you on how to create a 'copy to clipboard' button for the code snippets processed with Rehype Pretty Code plugin for syntax highlighting in Next.js. We'll be using Next.js 13+ with the 'app' directory enabled.

submitted this linkon March 18, 2023
  1. 1

    Thank you for this detailed tutorial. Since 9 days the Rehype Pretty Code plugin comes with an inhouse copy-to-clipboard solution. It is available on npm under the package name "@rehype-pretty/transformers".