interweave-autolink
TypeScript icon, indicating that this package has built-in type declarations

5.1.2 • Public • Published

Interweave with Autolinking

Build Status npm version npm deps

Provides URL, IP, email, and hashtag autolinking support for Interweave.

<Interweave
	content="This contains a URL, https://github.com/milesj/interweave, and a hashtag, #interweave, that will be converted to an anchor link!"
	matchers={[new UrlMatcher('url'), new HashtagMatcher('hashtag')]}
/>

Installation

yarn add interweave interweave-autolink
// Or
npm install interweave interweave-autolink

Documentation

https://interweave.dev/docs/exts/autolink

Package Sidebar

Install

npm i interweave-autolink

Weekly Downloads

15,002

Version

5.1.2

License

MIT

Unpacked Size

89.1 kB

Total Files

34

Last publish

Collaborators

  • milesj