包详细信息

linkify-plugin-hashtag

nfrasser13.4kMIT4.3.1

Hashtag plugin for linkifyjs

link, autolink, url, email

自述文件

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