UNPKG

@fedify/markdown-it-mention

Version:

A markdown-it plugin that parses and renders Mastodon-style @mentions.

5 lines (4 loc) 120 B
export * from "./label.js"; export * from "./plugin.js"; import { mention } from "./plugin.js"; export default mention;