Represents a parsed markdown file with frontmatter and content.
The type of the frontmatter object (defaults to Record<string, any>)
The markdown content (everything after the frontmatter)
The parsed YAML frontmatter as an object
Represents a parsed markdown file with frontmatter and content.