Versions in this module Expand all Collapse all v0 v0.3.0 Feb 12, 2026 Changes in this version + const Delimiter + const InvalidFrontmatterError + const NoFrontmatterError + func DeleteKey(content, key string) (string, error) + func Format(fm map[string]interface{}) (string, error) + func HasFrontmatter(content string) bool + func Parse(content string) (map[string]interface{}, string, error) + func SetKey(content, key, value string) (string, error)