pub fn md_selector(
base: PathBuf,
names: Option<Vec<Regex>>,
hidden: bool,
follow: bool,
) -> SelectorExpand 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.