const isTopLevelAnchor = anchors
        .filter(({depth}) => depth === 2)
        .find(({url}) => hash === url);