We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b311b7e commit c0500cfCopy full SHA for c0500cf
README.md
@@ -6,6 +6,16 @@
6
[](https://codecov.io/github/gregjacobs/Autolinker.js)
7
[](https://github.com/gregjacobs/Autolinker.js/blob/master/LICENSE)
8
9
+```
10
+"Visit google.com"
11
+
12
+ |
13
14
+ v
15
16
+"Visit <a href="https://google.com">google.com</a>"
17
18
19
Because I had so much trouble finding a good auto-linking implementation out in
20
the wild, I decided to roll my own. It seemed that everything I found out there
21
was either an implementation that didn't cover every case, or was just limited
0 commit comments