markdown-it-code-copy
markdown-it-code-copy copied to clipboard
Resolve the issue of repeated triggering of events
When markdown-it-code-copy is applied to multiple components on the same page, clicking the copy button on any code block will repeatedly trigger success or error events. This PR avoids this issue by adding a unique identifier. Please review.