You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
9
9
Linkify is a small yet comprehensive JavaScript plugin for finding URLs in plain-text and converting them to HTML links. It works with all valid URLs and email addresses.
10
10
11
+
**A build repository is maintained [here](https://github.com/nfrasser/linkify-shim).**
12
+
11
13
__Jump to__
12
14
13
15
-[Features](#features)
@@ -167,7 +169,7 @@ $('p').linkify();
167
169
168
170
## Downloads
169
171
170
-
Download the [**latest release**](https://github.com/SoapBox/linkifyjs/releases)
172
+
Download the [**latest release**](https://github.com/SoapBox/linkifyjs/releases) or clone the [**build repository**](https://github.com/nfrasser/linkify-shim).
0 commit comments