npm.io
4.3.3 • Published 2 months ago

linkify-plugin-hashtag

Licence
MIT
Version
4.3.3
Deps
0
Size
8 kB
Vulns
0
Weekly
0
Stars
2.0K

linkify-plugin-hashtag

npm version

Detect and convert Twitter-style #hashtags to <a> anchor tags with Linkify.

Installation

Install from the command line with NPM

npm install linkifyjs linkify-plugin-hashtag

Import into your JavaScript with require

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

or with ES modules

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

Usage

Read the full documentation.

License

MIT

Keywords