fn resolve_href<'a, 'input: 'a>( node: Node<'a, 'input>, id_map: &HashMap<&str, Node<'a, 'input>>, ) -> Option<Node<'a, 'input>>