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
internal_link: Add generic support for is operators.
This is also a functionality change.
Previously, `is` elements with operands other than `mentioned` are
ignored when parsing internal links. When the remaining elements
combined are recognized, some non-null narrows can be returned.
Now `is` elements are never ignored, to avoid such false positives.
Signed-off-by: Zixuan James Li <[email protected]>
0 commit comments