const isSecondLevelAnchor = anchors
        .filter(({depth}) => depth === 3)
        .find(({url}) => hash === url);