Releases: jGleitz/markdown-it-kbd
Releases · jGleitz/markdown-it-kbd
v3.0.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
3.0.1 (2025-11-09)
Bug Fixes
v3.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.2.2 (2021-03-06)
Bug Fixes
declare MIT licence in package.json (ea7d28b )
v2.2.1
Compare
Sorry, something went wrong.
No results found
2.2.1 (2021-03-06)
Bug Fixes
licence: re-license under MIT (050926e )
v2.2.0
Compare
Sorry, something went wrong.
No results found
2.2.0 (2020-07-06)
Features
support escaping delimiters with a backslash (54fc12f )
support nested keystroke tags (074f7f0 ), closes #95
v2.1.0
Compare
Sorry, something went wrong.
No results found
2.1.0 (2020-07-06)
Bug Fixes
only require Node.JS >= 6 (75fece5 )
Features
Drop Support for Node.JS 4
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
[[x]]-tags can now be annotated with markdown-it-attrs :
renders as
<kbd class="important">ctrl</kbd>