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
I found out a problem with a scenario when two matchers are conflicting. One example is when I'm matching for underscores and the UrlMatcher is matching for URLs which can include underscores.
Two links are generated and in between one part is italic.
and when I change the order just one link is generated but it's still italic:
It would be helpful if there would be an option to disable interleaving for specific matchers. For classes it would be great to have them in the constructor options and for the objects inside the MatcherInterface.
The text was updated successfully, but these errors were encountered:
I found out a problem with a scenario when two matchers are conflicting. One example is when I'm matching for underscores and the UrlMatcher is matching for URLs which can include underscores.
Two links are generated and in between one part is italic.
and when I change the order just one link is generated but it's still italic:
It would be helpful if there would be an option to disable interleaving for specific matchers. For classes it would be great to have them in the constructor options and for the objects inside the MatcherInterface.
The text was updated successfully, but these errors were encountered: