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
Title already says it, if a line contains more then one link, the output will be very weird:
3848384 Example <http://example.org>, Another Example <http://example.org/2>
ends up being parsed as:
(Time) <a href="http://example.org%3E%2C%20Another%20Example%20%3Chttp%3A%2F%2Fexample.org%2F2">Example</a>
or similar.
The text was updated successfully, but these errors were encountered:
since we only allow zero or one link for each line, this should result in an error.
Sorry, something went wrong.
No branches or pull requests
Title already says it, if a line contains more then one link, the output will be very weird:
ends up being parsed as:
or similar.
The text was updated successfully, but these errors were encountered: