c-linkify-html
TypeScript icon, indicating that this package has built-in type declarations

4.1.0-1 • Public • Published

linkify-html

npm version

Linkify HTML String Interface. Use linkify-html to detect URLs, email addresses and more in strings that contain HTML markup and replace them with anchor <a> tags.

Installation

Install from the command line with NPM

npm install linkifyjs linkify-html

Import into your JavaScript with require

const linkifyHtml = require('linkify-html');

or with ES modules

import linkifyHtml from 'linkify-html';

Usage

Read the full documentation.

License

MIT

/c-linkify-html/

    Package Sidebar

    Install

    npm i c-linkify-html

    Weekly Downloads

    3

    Version

    4.1.0-1

    License

    MIT

    Unpacked Size

    345 kB

    Total Files

    10

    Last publish

    Collaborators

    • zhangbobo