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
We ran into this with using @rule instead of @url to match links (because the latter was somewhat broken in 6.x), and now we're running into it again with stuff like #1722.
I won't say that @rule should always be allowed to match multiple times in the same line, but there definitely are use-cases where it would come in handy.
This should probably be implemented as an optional kwarg to the decorator.
The text was updated successfully, but these errors were encountered:
Re-prioritized. The inconsistency between @rule (one match per line) and @url (multiple matches per line) is kinda ridiculous. Even if we can't make multiple matches per line the default because of old plugins that assume it can only match once (and therefore didn't write their regexes defensively).
We ran into this with using
@rule
instead of@url
to match links (because the latter was somewhat broken in 6.x), and now we're running into it again with stuff like #1722.I won't say that
@rule
should always be allowed to match multiple times in the same line, but there definitely are use-cases where it would come in handy.This should probably be implemented as an optional kwarg to the decorator.
The text was updated successfully, but these errors were encountered: