Skip to main content

build

Function build 

Source
pub fn build(
    label: &str,
    texts: &[(String, String)],
    filter: Option<GlobSet>,
) -> Graph
Expand 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.