[openstreetmap/openstreetmap-website] @ syntax with space in user name fails on changeset comment (Issue #6614)
Anshul Zilpe
notifications at github.com
Sun Dec 14 13:24:57 UTC 2025
aNsHuL5217 left a comment (openstreetmap/openstreetmap-website#6614)
The core issue seems to be that the markdown renderer stops capturing the username at the first whitespace.Adjusting the regex to support multi-word usernames, likely by allowing quotes (e.g., @"User Name") or improving the matching heuristic.
This should fix the broken links for manual entry. The "GitHub-style" autocomplete mentioned in the issue description is a great idea, but I think fixing the underlying parser support for spaces is the necessary first step.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6614#issuecomment-3651015714
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/6614/3651015714 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251214/b9bd51f9/attachment.htm>
More information about the rails-dev
mailing list