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
The only exceptions apply to characters with special meaning in HTML (like < and &) as well as control or “invisible” characters (like no-break spaces).
The soft hyphen should be added to the list of exclusions since it is invisible.
How To Reproduce
Linting ­ will produce an error when it shouldn't.
The text was updated successfully, but these errors were encountered:
System Info
Issue
H023 (Do not use entity references) catches the soft hyphen entity
­
. Certain entities are already excluded from this rule based on the Google style guide:The soft hyphen should be added to the list of exclusions since it is invisible.
How To Reproduce
Linting
­
will produce an error when it shouldn't.The text was updated successfully, but these errors were encountered: