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
With `/(#[a-zA-Z-]+)(-white|-black)?/`, `$1` matches the whole name of
an anchor. For example, `$1` matches '#normal-icon-white' for string
'#normal-icon-white'. The intention is to match '#normal-icon'.
0 commit comments