Skip to content

Releases: howcasperwhat/markdown-it-copy-code

v0.1.3

30 Apr 13:11
Compare
Choose a tag to compare
  • feat: add enhancement options to useCopyCode and buttonClass (thanks to @tuyuritio via #1).

v0.1.2

30 Mar 12:08
Compare
Choose a tag to compare
  • feat: return a callback for remove click event.

v0.1.1

30 Mar 10:14
Compare
Choose a tag to compare

⚠️ 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

02 Jul 07:36
Compare
Choose a tag to compare

🚀 Features

  1. detect btn class name automatically

⚠️ BREAKING CHANGES

  1. style name from [shiki.css, default.css] to [large.css, medium.css, small.css]

v0.0.2

27 Jun 11:39
Compare
Choose a tag to compare

🚀 Features

  1. Markdown-it Plugin
  2. Copy button style for default and shiki
  3. Activate function for copy-button