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
As reported in vercel/hyper#4444, hyperlink detection is overly generous matching characters such as . in URLs that appear at the end of a sentence.
Other tools that do automatic hyperlink detection in free-form text may use heuristics to exclude characters at the end that are more likely part of the text than the URL. Other common but unwanted characters might include ) or ? or multiple like .”.
The text was updated successfully, but these errors were encountered:
As reported in vercel/hyper#4444, hyperlink detection is overly generous matching characters such as . in URLs that appear at the end of a sentence.
Other tools that do automatic hyperlink detection in free-form text may use heuristics to exclude characters at the end that are more likely part of the text than the URL. Other common but unwanted characters might include ) or ? or multiple like
.”
.The text was updated successfully, but these errors were encountered: