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
One thing I noticed today is that one of my pages is giving me HTML validation errors because it has a heading of the form:
# Approach #1: Do something
And that nested hashtag yields this invalid anchor URL:
#approach-#1-do-something
Would it be possible to remove this special character from the output href since it's not allowed to appear more than once?
The text was updated successfully, but these errors were encountered:
AleksandrHovhannisyan
changed the title
Headings containing a hashtag yield invalid hrefs containing more than one hashtag
Headings containing a hashtag yield invalid hrefs
Jul 23, 2021
One thing I noticed today is that one of my pages is giving me HTML validation errors because it has a heading of the form:
# Approach #1: Do something
And that nested hashtag yields this invalid anchor URL:
Would it be possible to remove this special character from the output href since it's not allowed to appear more than once?
The text was updated successfully, but these errors were encountered: