pub fn parse_entity_file(
input: &str,
) -> Result<ParsedEntityFile, Vec<ParseError>>Expand description
Parse a standalone entity file (actor or institution).
Entity files have YAML front matter with optional id:, an H1 name,
and bullet fields directly in the body. No H2 sections are allowed.