JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 267
  • Score
    100M100P100Q92972F
  • License MIT

Numeric ticket plugin for linkifyjs

Package Exports

  • linkify-plugin-ticket
  • linkify-plugin-ticket/dist/linkify-plugin-ticket.cjs
  • linkify-plugin-ticket/dist/linkify-plugin-ticket.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (linkify-plugin-ticket) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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