linkify-plugin-ticket

Numeric ticket plugin for linkifyjs

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
linkify-plugin-ticket
1,790374.1.36 months ago3 years agoMinified + gzip package size for linkify-plugin-ticket in KB

Readme

linkify-plugin-ticket
npm version
Detect and convert GitHub-style issue or ticket numbers (e.g., #123) to <a> anchor tags with Linkify.

Installation

Install from the command line with NPM
npm install linkifyjs linkify-plugin-ticket

Import into your JavaScript with require
const linkify = require('linkifyjs')
require('linkify-plugin-ticket');
or with ES modules
import * as linkify from 'linkifyjs';
import 'linkify-plugin-ticket';

Usage

Read the full documentation.

License

MIT