# linkify-html

[![npm version](https://badge.fury.io/js/linkify-html.svg)](https://www.npmjs.com/package/linkify-html)

[Linkify](https://linkify.js.org/) 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`

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

or with ES modules

```js
import linkifyHtml from 'linkify-html';
```

## Usage

[Read the full documentation](https://linkify.js.org/docs/linkify-html.html).

## License

MIT
