-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi,
This library is interesting and, according to this demo, it does exactly what I am looking for.
The library documentation shows how to add handler and other things, but does not show how to use for a very simple task, that is, convert link to somewhere.com
into link to <a href="https://somewhere.com">somewhere.com</a>
I searched for examples across the internet, but could not find.
I tried the following code, but it does not works:
from linkify_it import LinkifyIt
linkify = LinkifyIt()
a = "link to somewhere.com"
result = linkify(a)
print(result)
Can you tell me how to do it?
Metadata
Metadata
Assignees
Labels
No labels