Skip to main content

md_selector

Function md_selector 

Source
pub fn md_selector(
    base: PathBuf,
    names: Option<Vec<Regex>>,
    hidden: bool,
    follow: bool,
) -> Selector
Expand description

Build a .md-restricted walk::Selector under base, optionally narrowed by a name pattern set. Shared by the tool and the built-in check so they select concepts identically.