Markdown Keyboard <kbd>
Adds HTML Keyboard <kbd> support to VSCode's markdown preview.
Overview
The kbd plugin renders [[key]] as an HTML <kbd> element, representing keyboard input or a key name.
<kbd>key</kbd>
Syntax
Wrap a key name in double square brackets:
Press [[Enter]] to confirm.
You can combine multiple keys: [[Ctrl]] + [[Shift]] + [[P]] opens the command palette.
About
Part of Markdown Preview Extended Syntax — a pack of Markdown preview syntax extensions you can install all at once.
Powered by @mirrordown/mdit-kbd · Source on GitHub.
| |