linkify-plugin-hashtag
v4.3.2
Published
Hashtag plugin for linkifyjs
Readme
linkify-plugin-hashtag
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-hashtagImport 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
License
MIT
