2.2.2-10 • Published 3 years ago

@gerhobbelt/markdown-it-kbd v2.2.2-10

Weekly downloads
14
License
GPL-3.0
Repository
github
Last release
3 years ago

markdown-it-kbd

Node.js CI CircleCI NPM version

markdown-it plugin for keystrokes

Renders [[x]] as <kbd>x</kbd>. (<kbd> is the tag for keystrokes).

Usage

const md = require('markdown-it')();
const kbd = require('markdown-it-kbd');

md.use(kbd);

This plugin can also be used together with markdown-it-attrs.

Syntax notes

The end tag ]] must be on the same line as the start tag [[.

The characters “[” and “]” are not allowed within keystroke tags. If you need to use them, escape them with a backslash (i.e. \[ or \]) or use HTML escape sequences (&#91 for [ or &#93; for ]).

2.2.2-10

3 years ago

2.2.2-9

3 years ago

2.2.0-8

3 years ago

2.2.0-7

3 years ago

2.0.0-6

4 years ago

2.0.0-5

4 years ago

2.0.0-4

4 years ago

2.0.0-3

4 years ago

2.0.0-2

4 years ago

2.0.0-1

5 years ago