zerodevx / zero-md

Ridiculously simple zero-config markdown displayer
https://zerodevx.github.io/zero-md/
ISC License
423 stars 48 forks source link

zero-md-copy to clipboard #110

Closed mohdniyazkhan closed 1 month ago

mohdniyazkhan commented 3 months ago

I want to override the copy-to-clipboard functionality provided by zero-md with my custom code can I do that? I am rendering everything inside

zerodevx commented 3 months ago

zero-md doesn't ship with copy-to-clipboard feature.

zerodevx commented 1 month ago

You can however add your own using a snippet like so:

https://github.com/zerodevx/zero-md/blob/f820ded7757b15a1e66c47b671088d6306ed89df/docs/index.html#L12-L48

Closing for now.

Edit: Update permalink