pub fn build(
label: &str,
texts: &[(String, String)],
filter: Option<GlobSet>,
) -> GraphExpand description
Build the frontmatter graph fragment from text files, labeled label.
filter scopes which paths the builder reads (None reads all). The
fragment carries edges plus a node per file whose frontmatter parses to an
object.