Skip to content
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

[Bug]: url in parenthesis gets linked wrongly #1060

Closed
tmotyl opened this issue Aug 26, 2024 · 3 comments
Closed

[Bug]: url in parenthesis gets linked wrongly #1060

tmotyl opened this issue Aug 26, 2024 · 3 comments
Assignees
Labels
bug Something isn't working triage

Comments

@tmotyl
Copy link

tmotyl commented Aug 26, 2024

Summary

The url inside the parenthesis will be linked with the closing bracket included in href.

Code snippet that reproduces the problem

some text (text in parenthesis https://example.com).

Expected output

some text (text in parenthesis <a href="https://example.com" />https://example.com</a>).
@tmotyl tmotyl added bug Something isn't working triage labels Aug 26, 2024
@tmotyl tmotyl changed the title [Bug]: [Bug]: url in parenthesis gets linked wrongly Aug 26, 2024
@jaapio jaapio self-assigned this Aug 28, 2024
@jaapio
Copy link
Member

jaapio commented Aug 29, 2024

will be fixed in #1061

@linawolf
Copy link
Contributor

will be fixed with the next release

@tmotyl
Copy link
Author

tmotyl commented Aug 30, 2024

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

3 participants