linkify-plugin-hashtag
TypeScript icon, indicating that this package has built-in type declarations

4.1.3 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i linkify-plugin-hashtag

      Weekly Downloads

      3,182

      Version

      4.1.3

      License

      MIT

      Unpacked Size

      7.01 kB

      Total Files

      9

      Last publish

      Collaborators

      • nfrasser