highlightjs-copy
highlightjs-copy copied to clipboard
Add an option to always display the copy button
Disable the default behavior of autohiding by setting it to false.
hljs.addPlugin(
new CopyButtonPlugin({
autohide: false, // Always show the copy button
})
);
Deploy Preview for highlightjs-copy canceled.
Name | Link |
---|---|
Latest commit | 87dca50f9e822bd5ebe1ceaa6c8d2bf8ad588a43 |
Latest deploy log | https://app.netlify.com/sites/highlightjs-copy/deploys/6565133dd43cc5000722e72d |