interweave-autolink
v5.1.1
Published
URL, IP, email, and hashtag autolinking support for Interweave.
Downloads
27,653
Maintainers
Readme
Interweave with Autolinking
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