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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ So, this utility attempts to handle everything. It:
32
32
- Will autolink **phone numbers**
33
33
- Will autolink **@mentions** (Twitter, Instagram, Soundcloud, TikTok, Youtube)
34
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.
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.
36
36
-**Will properly handle HTML input.** The utility will not overwrite an `href`
37
37
attribute inside anchor (`<a>`) tags or any other tag/attribute, and will not
38
38
accidentally wrap the inner text of `<a>`/`<script>`/`<style>` tags with a new
0 commit comments