Skip to content

Commit c0500cf

Browse files
committed
Update readme
1 parent b311b7e commit c0500cf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
[![codecov](https://codecov.io/github/gregjacobs/Autolinker.js/graph/badge.svg?token=6sqLqa2oeb)](https://codecov.io/github/gregjacobs/Autolinker.js)
77
[![GitHub License](https://img.shields.io/github/license/gregjacobs/Autolinker.js)](https://github.com/gregjacobs/Autolinker.js/blob/master/LICENSE)
88

9+
```
10+
"Visit google.com"
11+
12+
|
13+
|
14+
v
15+
16+
"Visit <a href="https://google.com">google.com</a>"
17+
```
18+
919
Because I had so much trouble finding a good auto-linking implementation out in
1020
the wild, I decided to roll my own. It seemed that everything I found out there
1121
was either an implementation that didn't cover every case, or was just limited

0 commit comments

Comments
 (0)