We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should allow users to post links and format them nicely so they're clickable HREFs.
To determine if part of a post is a link, we can use something like this (if we don't feel like rolling our own regular expressions):
https://github.com/mvdan/xurls
We need to parse and replace links with HREF's before extracting hashtags from a status, to make sure we don't include link fragments as hashtags.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We should allow users to post links and format them nicely so they're clickable HREFs.
To determine if part of a post is a link, we can use something like this (if we don't feel like rolling our own regular expressions):
https://github.com/mvdan/xurls
We need to parse and replace links with HREF's before extracting hashtags from a status, to make sure we don't include link fragments as hashtags.
The text was updated successfully, but these errors were encountered: