Skip to content

Releases: jGleitz/markdown-it-kbd

v3.0.2

09 Nov 15:07

Choose a tag to compare

3.0.2 (2025-11-09)

Bug Fixes

  • declare compatibility to markdown-it v14 (039f1cd)
  • declare markdown-it as a peer dependency (663d411)

v3.0.1

09 Nov 13:05

Choose a tag to compare

3.0.1 (2025-11-09)

Bug Fixes

v3.0.0

01 Apr 21:24

Choose a tag to compare

3.0.0 (2025-04-01)

chore

  • require Node.JS >=v20, test against v20-v23 (88b2d8a)

BREAKING CHANGES

  • This package now requires Node.JS >= v2

v2.2.2

06 Mar 10:31

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

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

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

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

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

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

Choose a tag to compare

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

[[ctrl]]{.important}

renders as

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