react-linkify-all
Advanced tools
Comparing version
{ | ||
"name": "react-linkify-all", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Modal pop up on hover, clickable links in text - everything is here. This is NPM package that converts text with links into an array of React components. Customizable. Built-in support of emails, Telegram, Twitter mentions. Own pattern can be used to linkify everything", | ||
@@ -5,0 +5,0 @@ "author": "suvmer, https://github.com/suvmer", |
@@ -37,3 +37,3 @@ # react-linkify-all | ||
You can also use \<Emails/\>, \<Twitters/\>, \<Tgs\/>, ... and method linkify() to linkify. | ||
Also you can use ```<Emails/>, <Twitters/>, <Tgs/>, ... ``` and method ```linkify()``` to linkify. | ||
@@ -49,3 +49,3 @@ ### Example with react components: | ||
**Nesting is not supported yet:** use <Linkify links twitters emails.../> to summarize effects | ||
**Nesting is not supported yet:** use ``` <Linkify links twitters emails... /> ``` to summarize effects | ||
@@ -68,5 +68,5 @@ ## Own components and patterns | ||
``` | ||
match: site.com | ||
link: https://site.com | ||
i: 1 | ||
**match**: site.com | ||
**link**: https://site.com | ||
**i**: 1 | ||
@@ -73,0 +73,0 @@ ### Creating own patterns |
353852
0.01%