copy-as-markdown
A React hook to copy text as Markdown.
Why?
Copying text as Markdown is helpful for blog posts or documentation pages that were authored in Markdown and may be copied into other documents or code comments. Instead of copying plain text or rich text, this utility will copy the selected content as Markdown.
Usage
Install:
yarn add @cnakazawa/copy-as-markdown
Use:
This library uses turndown
to convert HTML to Markdown. You can pass any turndown
Options to the useCopyAsMarkdown
hook: