UNPKG

markdown-it-kbd

Version:

Markdown-it syntax add-on for keystrokes. Renders [[x]] as <kbd>x</kbd>

73 lines (40 loc) 2.73 kB
# [Changelog](http://keepachangelog.com/) This project adheres to [Semantic Versioning](http://semver.org/). # [3.0.0](https://github.com/jGleitz/markdown-it-kbd/compare/v2.2.2...v3.0.0) (2025-04-01) ### chore * require Node.JS >=v20, test against v20-v23 ([88b2d8a](https://github.com/jGleitz/markdown-it-kbd/commit/88b2d8a084899fd0841ad35d3e5514c14404bf97)) ### BREAKING CHANGES * This package now requires Node.JS >= v2 ## [2.2.2](https://github.com/jGleitz/markdown-it-kbd/compare/v2.2.1...v2.2.2) (2021-03-06) ### Bug Fixes * declare MIT licence in package.json ([ea7d28b](https://github.com/jGleitz/markdown-it-kbd/commit/ea7d28b0fbd4007ac8f0c5208f7f2686e4a565ce)) ## [2.2.1](https://github.com/jGleitz/markdown-it-kbd/compare/v2.2.0...v2.2.1) (2021-03-06) ### Bug Fixes * **licence:** re-license under MIT ([050926e](https://github.com/jGleitz/markdown-it-kbd/commit/050926e7dd5369ca7d925fc9337767e3d6239ff3)) # [2.2.0](https://github.com/jGleitz/markdown-it-kbd/compare/v2.1.0...v2.2.0) (2020-07-06) ### Features * support escaping delimiters with a backslash ([54fc12f](https://github.com/jGleitz/markdown-it-kbd/commit/54fc12fc13e71c24e56ff3dc3c904cd0ef305088)) * support nested keystroke tags ([074f7f0](https://github.com/jGleitz/markdown-it-kbd/commit/074f7f0aa3f64bec84098c2f6547cbdbe89713dc)), closes [#95](https://github.com/jGleitz/markdown-it-kbd/issues/95) # [2.1.0](https://github.com/jGleitz/markdown-it-kbd/compare/v2.0.0...v2.1.0) (2020-07-06) ### Bug Fixes * only require Node.JS >= 6 ([75fece5](https://github.com/jGleitz/markdown-it-kbd/commit/75fece579565cee89f45ea9c3033b2371411c3a6)) ### Features * publish Typescript types ([ce9ac56](https://github.com/jGleitz/markdown-it-kbd/commit/ce9ac5604f6f7d07d1c2c03d362e5c6d40cfe76b)) ## [2.0.0] (2018-11-29) ### Deprecated * Deprecate Node.JS 4 and require Node.JS >= 6 ### Fixed * Update all packages and eliminate dependency versions with known security issues ## [1.1.1] (2017-11-22) ### Fixed * Fix for the death loop that occurred if an opening tag was present without a following line break or closing tag (thanks to [yamash723](https://github.com/jGleitz/markdown-it-kbd/pull/3)!) ## [1.1.0] (2017-01-03) ### Added * Compatibility to [`markdown-it-attrs`](https://github.com/arve0/markdown-it-attrs/) ## [1.0.0] (2016-11-06) * Initial release. [unreleased]: https://github.com/jGleitz/markdown-it-kbd/compare/v2.0.0...HEAD [2.0.0]: https://github.com/jGleitz/markdown-it-kbd/compare/v1.1.1...v2.0.0 [1.1.1]: https://github.com/jGleitz/markdown-it-kbd/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/jGleitz/markdown-it-kbd/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/jGleitz/markdown-it-kbd/tree/v1.0.0