in antora-ui/src/js/03-fragment-jumper.js [7:9]
function decodeFragment (hash) { return hash && (~hash.indexOf('%') ? decodeURIComponent(hash) : hash).slice(1) }