Versions in this module Expand all Collapse all v0 v0.2.0 Jun 29, 2026 v0.1.0 Jun 29, 2026 Changes in this version + func HasFrontmatter(content []byte) bool + type GoParser struct + func (GoParser) Parse(_ context.Context, src model.Source) (model.ParsedDoc, error) + type MarkdownParser struct + func (MarkdownParser) Parse(_ context.Context, src model.Source) (model.ParsedDoc, error) + type Parser interface + Parse func(ctx context.Context, src model.Source) (model.ParsedDoc, error) + func For(path string) Parser + type TextParser struct + func (TextParser) Parse(_ context.Context, src model.Source) (model.ParsedDoc, error)