Versions in this module Expand all Collapse all v0 v0.1.0 Jun 30, 2026 Changes in this version + func Split(content []byte) (frontmatter map[string]any, body []byte, err error) + type Doc struct + Body string + Digest string + Frontmatter map[string]any + ModTime time.Time + Path string + Size int64 + Tags []string + Title string + func FromBytes(filePath string, content []byte) (*Doc, error) + func (d *Doc) Flatten() map[string]any