## Simplify jump links by removing such characters For example on https://wordpress.org/support/article/settings-discussion-screen/ we have these jump links: https://wordpress.org/support/article/settings-discussion-screen/#email-me-whenever%ef%bb%bf https://wordpress.org/support/article/settings-discussion-screen/#before-a-comment-appears%ef%bb%bf https://wordpress.org/support/article/settings-discussion-screen/#comment-moderat%ef%bb%bfion%ef%bb%bf Looks like this is a ZERO WIDTH NO-BREAK SPACE https://www.fileformat.info/info/unicode/char/feff/index.htm Also known as BOM: https://en.wikipedia.org/wiki/Byte_order_mark I don't think it is useful or intended here and therefore should be removed to simplify those jump links. I haven't checked any other pages, but maybe the problem is on more helphub pages.