-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Multiple parentheses () in url link is not parsed correctly #534
Comments
Confirmed. Related to other link parser bugs. |
Should be fixed now.
|
@fbucek It appears that the issue you're experiencing is still unresolved. I'm facing a similar problem in my case #986 . During my exploration, I discovered that using a backslash So, for instance, your input could be modified as follows:
Input
ResultI have tried it with Live Demo, PTAL @fbucek, @tivie and @SyntaxRules .Thanks ! |
Description:
Url link with multiple () in url path does not work correctly. Single parentheses () in url is parsed correctly.
Input
Expected output
Basically what Github does, Github parse this link correctly: Jira issue filter
Actual output:
Results form Showdown demo
The text was updated successfully, but these errors were encountered: