Parse YAML frontmatter from a markdown file's content.
Extracts method, confidence, and date fields from the --- delimited YAML block at the start of the file. Returns null when no valid frontmatter is found.
method
confidence
date
---
Raw markdown content
Parsed frontmatter or null
Parse YAML frontmatter from a markdown file's content.
Extracts
method,confidence, anddatefields from the---delimited YAML block at the start of the file. Returns null when no valid frontmatter is found.