HTML String interface for linkifyjs
npm install linkify-htmllinkify-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 tags.
Install from the command line with NPM
```
npm install linkifyjs linkify-html
Import into your JavaScript with require`js`
const linkifyHtml = require('linkify-html');
or with ES modules
`js``
import linkifyHtml from 'linkify-html';
MIT