Skip to content

Releases: jGleitz/markdown-it-kbd

v2.2.2

06 Mar 10:31
Compare
Choose a tag to compare

2.2.2 (2021-03-06)

Bug Fixes

  • declare MIT licence in package.json (ea7d28b)

v2.2.1

06 Mar 08:56
Compare
Choose a tag to compare

2.2.1 (2021-03-06)

Bug Fixes

  • licence: re-license under MIT (050926e)

v2.2.0

06 Jul 20:57
Compare
Choose a tag to compare

2.2.0 (2020-07-06)

Features

  • support escaping delimiters with a backslash (54fc12f)
  • support nested keystroke tags (074f7f0), closes #95

v2.1.0

06 Jul 19:21
Compare
Choose a tag to compare

2.1.0 (2020-07-06)

Bug Fixes

  • only require Node.JS >= 6 (75fece5)

Features

  • publish Typescript types (ce9ac56)

Drop Support for Node.JS 4

29 Nov 16:05
06bcb1a
Compare
Choose a tag to compare

Deprecated

  • Deprecate Node.JS 4 and require Node.JS >= 6

Fixed

  • Update all packages and eliminate dependency versions with known security issues

Fix death loop for dangling opening tag

22 Nov 06:49
Compare
Choose a tag to compare

Fixes the death loop that occurred if an opening tag was present without a following line break or closing tag (thanks to yamash723!)

markdown-it-attrs-support

03 Jan 20:56
Compare
Choose a tag to compare

[[x]]-tags can now be annotated with markdown-it-attrs:

[[ctrl]]{.important}

renders as

<kbd class="important">ctrl</kbd>

Initial Release

03 Jan 20:39
Compare
Choose a tag to compare

The project’s initial version.