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
When a link includes username/password inside the URL (see userinfo in https://en.wikipedia.org/wiki/URL), the automatic linking is wrong.
For example, given the following URL: https://foo:bar@example.com/foobar
https://foo:bar@example.com/foobar
The link is marked as link as it is (Link to https://foo:bar@example.com/foobar)
There are two links (one http link and one mailto link) and some unlinked text:
Link https://foo Unlinked text : Link mailto:bar@example.com Unlinked text /foobar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a link includes username/password inside the URL (see userinfo in https://en.wikipedia.org/wiki/URL), the automatic linking is wrong.
For example, given the following URL:
https://foo:bar@example.com/foobar
Expected behavior:
The link is marked as link as it is (Link to
https://foo:bar@example.com/foobar
)Actual behavior:
There are two links (one http link and one mailto link) and some unlinked text:
The text was updated successfully, but these errors were encountered: