{"id":23537303,"url":"https://github.com/jgleitz/markdown-it-kbd","last_synced_at":"2025-04-10T04:58:42.274Z","repository":{"id":12866373,"uuid":"72993647","full_name":"jGleitz/markdown-it-kbd","owner":"jGleitz","description":"markdown-it plugin for keystrokes. Renders [[x]] as \u003ckbd\u003ex\u003c/kbd\u003e","archived":false,"fork":false,"pushed_at":"2025-04-08T22:26:34.000Z","size":8924,"stargazers_count":23,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T03:02:00.559Z","etag":null,"topics":["kbd","keystrokes","markdown","markdown-it"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jGleitz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-06T13:49:19.000Z","updated_at":"2025-04-07T19:19:26.000Z","dependencies_parsed_at":"2023-11-20T20:26:28.419Z","dependency_job_id":"ed9349c2-23b0-4326-9942-709d5a26104c","html_url":"https://github.com/jGleitz/markdown-it-kbd","commit_stats":{"total_commits":983,"total_committers":6,"mean_commits":"163.83333333333334","dds":0.4659206510681587,"last_synced_commit":"dd4f1a2dc673664766ae7ba0dd007d37d35904be"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jGleitz%2Fmarkdown-it-kbd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jGleitz%2Fmarkdown-it-kbd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jGleitz%2Fmarkdown-it-kbd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jGleitz%2Fmarkdown-it-kbd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jGleitz","download_url":"https://codeload.github.com/jGleitz/markdown-it-kbd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161265,"owners_count":21057554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kbd","keystrokes","markdown","markdown-it"],"created_at":"2024-12-26T03:09:20.481Z","updated_at":"2025-04-10T04:58:42.239Z","avatar_url":"https://github.com/jGleitz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# markdown-it-kbd [![Build Status](https://travis-ci.org/jGleitz/markdown-it-prism.svg?branch=master)](https://travis-ci.org/jGleitz/markdown-it-kbd) [![npm version](https://badge.fury.io/js/markdown-it-kbd.svg)](https://badge.fury.io/js/markdown-it-kbd) [![Bower version](https://badge.fury.io/bo/markdown-it-kbd.svg)](https://badge.fury.io/bo/markdown-it-kbd)\n\u003e [markdown-it](https://github.com/markdown-it/markdown-it) plugin for keystrokes\n\nRenders `[[x]]` as `\u003ckbd\u003ex\u003c/kbd\u003e`. ([`\u003ckbd\u003e`](http://www.w3schools.com/tags/tag_kbd.asp) is the tag for keystrokes).\n\n## Usage\n```js\nconst md = require('markdown-it')();\nconst kbd = require('markdown-it-kbd');\n\nmd.use(kbd);\n```\n\nThis plugin can also be used together with [`markdown-it-attrs`](https://github.com/arve0/markdown-it-attrs/).\n\n## Syntax notes\n\nThe end tag `]]` must be on the same line as the start tag `[[`.\n\nThe characters “`[`” and “`]`” are not allowed within keystroke tags.\nIf you need to use them, escape them with a backslash (i.e. `\\[` or `\\]`) or use HTML escape sequences (`\u0026#91` for `[` or `\u0026#93;` for `]`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgleitz%2Fmarkdown-it-kbd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgleitz%2Fmarkdown-it-kbd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgleitz%2Fmarkdown-it-kbd/lists"}