4.1.0-1 • Published 1 year ago

c-linkify-plugin-mention v4.1.0-1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

linkify-plugin-mention

npm version

Detect and convert Twitter- and GitHub- style "at"-mentions (@mentions) to <a> anchor tags with Linkify.

Installation

Install from the command line with NPM

npm install linkifyjs linkify-plugin-mention

Import into your JavaScript with require

const linkify = require('linkifyjs')
require('linkify-plugin-mention');

or with ES modules

import * as linkify from 'linkifyjs';
import 'linkify-plugin-mention';

Usage

Read the full documentation.

License

MIT