Releases: jGleitz/markdown-it-kbd
Releases · jGleitz/markdown-it-kbd
v2.2.2
v2.2.1
v2.2.0
v2.1.0
Drop Support for Node.JS 4
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
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
[[x]]
-tags can now be annotated with markdown-it-attrs
:
[[ctrl]]{.important}
renders as
<kbd class="important">ctrl</kbd>
Initial Release
The project’s initial version.