@fedify/markdown-it-mention@0.3.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
A markdown-it plugin that parses and renders Mastodon-style @mentions
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
9 months ago (0.3.0)
{ "name": "@fedify/markdown-it-mention", "version": "0.3.0", "exports": "./mod.ts", "imports": { "@deno/dnt": "jsr:@deno/dnt@^0.41.1", "@std/assert": "jsr:@std/assert@^0.225.1", "@std/html": "jsr:@std/html@^0.224.0", "markdown-it": "npm:@types/markdown-it@^14.1.1", "markdown-it-impl": "npm:markdown-it@^14.1.0" }, "exclude": [ ".dnt-import-map.json", ".github/", "npm/" ], "lock": false, "tasks": { "check": "deno check **/*.ts && deno lint && deno fmt --check", "dnt": "deno run --allow-all dnt.ts", "hooks:install": "deno run --allow-read=deno.json,.git/hooks/ --allow-write=.git/hooks/ jsr:@hongminhee/deno-task-hooks", "hooks:pre-commit": "deno task check", "hooks:pre-push": "deno test" } }