You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URLs matched by the github link should not include question marks at the end of the url as that ends up raising an error. They should be removed and ignored.
The code where to perform this check is located around here:
Did a tiny bit of testing for this - it's worth mentioning that github also doesn't directly handle links like this, opening https://github.com/onerandomusername/monty-python/issues/320#issuecomment-2363522065? doesn't scroll to the comment, for instance. They do seem to account for it in their markdown parser though, since putting that link into a comment as-is looks like this:
I haven't looked into this much, but it at least looks like they handle ?, !, ., and , and display them after the link, and it just eats other special chars like + or &. *shrug*
URLs matched by the github link should not include question marks at the end of the url as that ends up raising an error. They should be removed and ignored.
The code where to perform this check is located around here:
monty-python/monty/exts/info/github_info.py
Lines 801 to 810 in 01838a4
The text was updated successfully, but these errors were encountered: