4.1.0-1 • Published 3 years ago
c-linkify-plugin-ticket v4.1.0-1
linkify-plugin-ticket
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-ticketImport 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
License
MIT