Skip to content

Commit 225a2cb

Browse files
committed
Update readme
1 parent 6415390 commit 225a2cb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ So, this utility attempts to handle everything. It:
2828
- Autolinks **URLs**, whether or not they start with the protocol (i.e. 'http://').
2929
In other words, it will automatically link the text "google.com", as well as
3030
"http://google.com". Will also autolink **IPv4 addresses**.
31-
- Will autolink **email addresses**, **phone numbers**, **@mentions**, and **#hashtags**
32-
- Won't clobber URLs with #hash anchors by treating them as hashtags (like some other libraries do). For example: `google.com/#anchor` is properly linked.
31+
- Will autolink **email addresses**
32+
- Will autolink **phone numbers**
33+
- Will autolink **@mentions** (Twitter, Instagram, Soundcloud, TikTok, Youtube)
34+
- Will autolink **#hashtags** (Twitter, Instagram, Facebook, TikTok, Youtube)
35+
- Won't clobber URLs with #hash anchors by treating them as hashtags like some other libraries do. For example: `google.com/#anchor` is properly linked.
3336
- **Will properly handle HTML input.** The utility will not overwrite an `href`
3437
attribute inside anchor (`<a>`) tags or any other tag/attribute, and will not
3538
accidentally wrap the inner text of `<a>`/`<script>`/`<style>` tags with a new

0 commit comments

Comments
 (0)