pub fn load_frontmatter_mapping(
raw: &str,
) -> (Option<Vec<(Yaml, Yaml)>>, Vec<Issue>)Expand description
The envelope load (_load_frontmatter_mapping): oversize gate, bounded
YAML load, exception→issue mapping, non-mapping rejection. Public so the
conformance vectors can compare the loaded value model directly.