Releases: howcasperwhat/markdown-it-copy-code
Releases · howcasperwhat/markdown-it-copy-code
v0.1.3
- feat: add enhancement options to
useCopyCode
andbuttonClass
(thanks to @tuyuritio via #1).
v0.1.2
- feat: return a callback for remove click event.
v0.1.1
⚠️ BREAKING CHANGES
We fix typo of options name in previous versions. if you haven't use these options before, just ignore it.
codeSVGClass
->copySVGClass
.codeSVG
->copySVG
.
Miscellaneous
- Add test units for this package.
v0.0.3
🚀 Features
- detect btn class name automatically
⚠️ BREAKING CHANGES
- style name from [
shiki.css
,default.css
] to [large.css
,medium.css
,small.css
]
v0.0.2
🚀 Features
- Markdown-it Plugin
- Copy button style for default and shiki
- Activate function for copy-button