pub fn find_node_tree(
pages: &[Page],
id: &str,
resolved: &BTreeMap<String, ResolvedToken>,
) -> Option<NodeEntry>Expand description
Search all pages (depth-first, in source order) for a node with the given
id. Returns a fully-built NodeEntry subtree when found.