-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-create HTML links for URLs, and strip HTML tags where they can't be rendered #3981
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3981 +/- ##
=======================================
Coverage 63.75% 63.76%
=======================================
Files 1020 1022 +2
Lines 30134 30145 +11
Branches 7194 7188 -6
=======================================
+ Hits 19213 19221 +8
- Misses 10756 10759 +3
Partials 165 165
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
this PR also proposes adding URLs in text if it is detected, which removes the need to add HTML |
…e links in github flavored markdown
based on code from autolink-js...https://github.com/bryanwoods/autolink-js/blob/master/autolink.js just stripped it down to be more simple without some of the complex control options, it just always generates target="_blank" links |
Fixes #3975