Open flanakin opened 1 year ago
Remove special and invisible characters first
I think replacing such characters with hyphens might be more predictable / less surprising. So #-ask-a-question
is the result I feel would be most intuitive. (That said, I agree that removing them altogether is an improvement over the current situation.)
(I don’t work at GH)
Proposal
When you create a header markdown header, an anchor is created for you and special characters are removed and spaces are trimmed. This works great... mostly. There are 2 issues:
Proposal
Remove special and invisible characters first, then trim spaces.
Example
To the naked eye, this looks like
#-ask-a-question
, which is mostly fine barring the extra space. But when you see this in the browser, it's rendered as#%EF%B8%8F-ask-a-question
.This should render as
#ask-a-question
without the invisible characters or extra space.