Skip to content

Commit

Permalink
docs(remark-kbd-nested): add link to docs and update Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Apr 23, 2024
1 parent 4c9a2f4 commit 420250b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/remark-kbd-nested/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
configurable delimiters, escaping, `var` sequences, and arbitrary
nesting (e.g. <kbd><kbd>Ctrl</kbd> + <kbd><var>key</var></kbd></kbd>).

[Docs at shivjm.github.io/remark-extensions.](https://shivjm.github.io/remark-extensions/modules/remark_kbd_nested.html)

## Install

This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c):
Node 12+ is needed to use it and it must be `import`ed instead of `require`d.
Node 18+ is needed to use it and it must be `import`ed instead of `require`d.

[npm][]:

Expand Down

0 comments on commit 420250b

Please sign in to comment.