c-linkify-html
v4.1.0-1
Published
HTML String interface for linkifyjs
Downloads
1
Readme
linkify-html
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
License
MIT