Skip to main content
Home

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
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
9 months ago (0.3.0)
Package root>deno.json
{ "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" } }