Linkify additional TLDs

See [#5170][0].

[0]: #5170
This commit is contained in:
jojomatik 2021-09-17 10:14:42 -05:00 committed by Evan Hahn
parent 160eca4795
commit 51d85e58eb
2 changed files with 282 additions and 6 deletions

View file

@ -66,9 +66,10 @@ story.add('Blocked Protocols', () => {
return <Linkify {...props} />;
});
story.add('Missing Protocol', () => {
story.add('Missing protocols', () => {
const props = createProps({
text: 'github.com is a place for things',
text:
"I love example.com. I also love кц.рф. I also love مثال.تونس. But I do not love test.example.",
});
return <Linkify {...props} />;