Splits and parses YAML frontmatter fenced by --- lines.
YAML because it is what the whole SSG ecosystem writes — humans and agents both already know it. Keys stay strings here; they are matched against a collection's schema keys during validation, so no unknown atoms are ever created from user content.
Summary
Functions
Splits a file into {frontmatter_map, body}.