pub fn build(
label: &str,
texts: &[(String, String)],
filter: Option<GlobSet>,
) -> GraphExpand description
Build the markdown graph fragment from text files, labeled label.
filter scopes which paths the builder reads (None reads all). The
fragment carries only edges.